1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2016 年 8 月 1 日 |
---|
#79 in #ansi-colors
9KB
125 行
ransid
Rust 库,为终端提供 ANSI 着色和样式。
用法
运行示例
cargo build --release
./target/release/ransid-example
使用库
let s = "I am black on green.".black().bg_green().underline();
println!("{}", s);
Or
let style = new_style().gray().bg_blue().bold().blink_slow();
println!(style.render("I am white on blue."));
许可证
BSD 3-Clause: LICENSE.txt