todo
parent
b3aa36b257
commit
fbb5d8d8b9
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue