convey
convey copied to clipboard
A Rust create for outputting information and log messages for humans and machines
Add a cargo feature that allows people to optionally pipe all `println!` (and similar) calls through _convey_, to make sure that all output is captured by us (to e.g. assert...
It's not possible to have nested spans that inherit the parent's styles. One migth expect this however: - [ ] `span!(bg="red", [span!(fg="white", ["Error"]),]);` shows the word "Error" as white text...
Yes, I know, this library's code name is "output". Still, we need to support reading user input to support prompts and such, without messing up what they are typing.