Closed kevgo closed 2 years ago
@kevgo confirmed that this works.
I ran it by using cargo run --example main_stdout
. Remember that the examples directory contains a bunch of examples with a few different use cases
Ah, I forgot that I can run the examples. This is so useful. Thanks for the reminder!
When disabling the stream indicator, e.g.
(o)
or(e)
, it prints an extra space:This PR changes it to this:
I can't verify that this works due to lack of end-to-end tests, and this being a "stringly-typed" problem where Rust's strong typing doesn't help.