2 个不稳定版本
0.2.0 | 2021年12月13日 |
---|---|
0.1.0 | 2021年2月19日 |
#1584 在 文本处理
11KB
95 行
bullshit-rs
BullshitGenerator 在 Rust 中的实现。
偶尔需要一些中文文字用于GUI开发时测试文本渲染。 本项目只做这一项,请勿用于其他任何用途。需要生成一些文本以测试我的GUI渲染代码是否良好,所以我就做了这个。
lib.rs
:
BullshitGenerator 在 Rust 中的实现。
示例
let s = BullshitGenerator::new().generate("sth", 1000);
..或者使用首行缩进
let s = BullshitGenerator::with_indent(2).generate("sth", 1000);
依赖项
~1.4–2.4MB
~44K SLoC