picocolors 的 Rust 版本
所有者 SoonIter.
#13 in #颜色
用于 j2rs_strip_ansi
9KB
use picocolors_rs::{bg_black, bold}; fn main() { println!("hello {}", bold(bg_black("world"))); }