1个稳定版本
1.0.0 | 2024年7月5日 |
---|
#868 在 命令行界面
112 每月下载量
9KB
81 行
ansicolor -- 终端ansii颜色库
简单的基于终端的ansii颜色库
项目地址
https://github.com/kivensoft/ansicolor_rs
技术框架
添加依赖
cargoadd --githttps://github.com/kivensoft/ansicolor_rs ansicolor
使用
use ansicolor;
fn main() {
println!("这个是{}", ansicolor::ac_red!("红色"));
}