1 unstable release
0.1.0 | Jan 12, 2024 |
---|
#28 in #colors
Used in j2rs_strip_ansi
9KB
74 lines
picocolors_rs
use picocolors_rs::{bg_black, bold};
fn main() {
println!("hello {}", bold(bg_black("world")));
}
0.1.0 | Jan 12, 2024 |
---|
#28 in #colors
Used in j2rs_strip_ansi
9KB
74 lines
use picocolors_rs::{bg_black, bold};
fn main() {
println!("hello {}", bold(bg_black("world")));
}