From fbb5d8d8b951458a176f4e5cc24b5fedfc38911d Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 23 Mar 2023 11:29:13 -0600 Subject: [PATCH] todo --- src/stream.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stream.rs b/src/stream.rs index 7b32a7c..d649d8e 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -209,6 +209,7 @@ pub fn build_formatted_output_stream(cfg: &Stream, stream: Box }); } +// TODO use https://crates.io/crates/handlebars instead impl OutputStream for OutputStreamFormatted { fn put(&mut self, v: Vec) { match self.format.as_ref() {