2 个版本

0.1.1 2020年4月18日
0.1.0 2020年4月18日

#792命令行界面

每月 21 次下载
2 crate 中使用

MIT 许可证

15KB
361

命令行字符串操作助手。

此库提供构建命令行输出的字符串助手。使用此库,您可以

  • 使用 ANSI 代码样式化字符串
  • 使用 ANSI 代码和 Unicode 字符修改和转换字符串

示例

style_str("Hello", TextStyle::Bold)

方法

style_str(txt, TextStyle);
color_str(txt, TextColor);
background_str(txt, TextBackground);
clean_str(txt);
match_indices(txt);
slice_str(txt, start, end);
size_str(txt);
pad_str(txt, width, TextAlign, chr);
trucate_str(txt, width, TextAlign, tail);
wrap_str(txt, width);
repaire_str(txt);
prepend_str(txt, chunk);
append_str(txt, chunk);

依赖项

~2.5–3.5MB
~54K SLoC