2 个版本
0.1.1 | 2022年5月20日 |
---|---|
0.1.0 | 2022年5月20日 |
#786 在 命令行界面
12KB
212 行
termcol
无需依赖的简单终端文本着色和格式化库
用法
基本用法(更多信息请查看 examples/usage.rs 文件)
use termcol::*;
fn main() {
println!("{}red{}", color("red"), color("reset"));
println!("{}bold{}", format("bold"), format("reset"));
println!("{}", color_string("im blue", "blue"));
}
许可证
本项目采用 MIT 许可证发布。
lib.rs
:
termcol
无需依赖的简单终端文本着色和格式化库
用法
基本用法(更多信息请查看 examples/usage.rs 文件)
use termcol::*;
fn main() {
println!("{}red{}", color("red"), color("reset"));
println!("{}bold{}", format("bold"), format("reset"));
println!("{}", color_string("im blue", "blue"));
}
许可证
本项目采用 MIT 许可证发布。