1. 首页
  2. 数据库
  3. 其它
  4. bunt:简单的宏可将彩色和格式化的文本写入终端。基于`termcolor`因此也是跨平台的 源码

bunt:简单的宏可将彩色和格式化的文本写入终端。基于`termcolor`因此也是跨平台的 源码

上传者: 2021-04-04 09:15:09上传 ZIP文件 49.29KB 热度 5次
邦特:基于宏的简单终端颜色和样式 bunt提供了宏,可轻松将彩色和带格式的文本打印到终端。它只是之上的便捷API。 bunt是使用过程宏实现的,但它不依赖于syn并且其编译速度相当快(在我的计算机上约为1.5s,包括所有依赖项)。 最低支持的Rust版本:1.46.0 // Style tags will color/format text between the tags. bunt :: println! ( "I really like {$yellow}lemons{/$}! Like, {$blue+italic}a lot{/$}." ); // To style a single argument, you can also use the `{[style]...}` syntax. This // can be combined with style tags. le
用户评论