1个不稳定版本
0.1.0 | 2022年12月19日 |
---|
#798 in 命令行界面
4KB
一个简单的crate,允许在终端中进行着色文本和格式化(适用于Windows)
示例
use costottorama::{text, back, style}
println!(
"{}{}{}please {}{}colour this text{} and not this",
style::BOLD,
text::LIGHT_RED,
back::LIGHT_BLACK,
style::RESET_BOLD,
back::RESET,
style::RESET_ALL
)