This commit is contained in:
Bel LaPointe
2023-03-23 11:29:13 -06:00
parent b3aa36b257
commit fbb5d8d8b9

View File

@@ -209,6 +209,7 @@ pub fn build_formatted_output_stream(cfg: &Stream, stream: Box<dyn OutputStream>
}); });
} }
// TODO use https://crates.io/crates/handlebars instead
impl OutputStream for OutputStreamFormatted { impl OutputStream for OutputStreamFormatted {
fn put(&mut self, v: Vec<char>) { fn put(&mut self, v: Vec<char>) {
match self.format.as_ref() { match self.format.as_ref() {