convey icon indicating copy to clipboard operation
convey copied to clipboard

A Rust create for outputting information and log messages for humans and machines

Results 13 convey issues
Sort by recently updated
recently updated
newest added

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...

design decision required

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...

help wanted
design decision required

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.

design decision required