1个不稳定版本
0.1.0 | 2020年10月19日 |
---|
#28 在 #color-string
72 每月下载量
用于 leetup
3KB
颜色
生成ASCII颜色字符串。
用法
use colci::Color;
Color::Cyan("All tests PASSED.").make();
Color::Yellow("Congratulations!").make();
支持的颜色
- 青色
- 绿色
- 红色
- 黄色
- 蓝色
- 品红色
0.1.0 | 2020年10月19日 |
---|
#28 在 #color-string
72 每月下载量
用于 leetup
3KB
生成ASCII颜色字符串。
use colci::Color;
Color::Cyan("All tests PASSED.").make();
Color::Yellow("Congratulations!").make();