exhibit
exhibit is a small Rust library for controlling the display
of any Displayable type.
The main functionality is provided by the ExhibitExt trait.
Example
use ExhibitExt;
let text = "\x1b[31mHello, 🌎!\x1b[0m";
assert_eq!;
exhibit is a small Rust library for controlling the display
of any Displayable type.
The main functionality is provided by the ExhibitExt trait.
use ExhibitExt;
let text = "\x1b[31mHello, 🌎!\x1b[0m";
assert_eq!;