#终端文本 #终端颜色 #终端 #颜色 #ANSI #格式化

termcol

无需依赖的简单终端文本着色和格式化库

2 个版本

0.1.1 2022年5月20日
0.1.0 2022年5月20日

#786命令行界面

MIT 许可证

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 许可证发布。

无运行时依赖