1 stable release
1.0.0 | Oct 8, 2022 |
---|
#884 in Command-line interface
33KB
567 lines
Text colourisation library.
Features
us
- Adds the United States spelling of the names.
Examples
use vibrance::{fg, bg, style};
println!("{}", fg::red("red " + style::bold("bold")));