2 unstable releases
0.2.0 | Dec 13, 2021 |
---|---|
0.1.0 | Feb 19, 2021 |
#1571 in Text processing
11KB
95 lines
bullshit-rs
A BullshitGenerator implementation in Rust.
偶尔需要一些中文文字用于GUI开发时测试文本渲染. 本项目只做这一项, 请勿用于其他任何用途. Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.
lib.rs
:
A BullshitGenerator implementation in Rust.
Example:
let s = BullshitGenerator::new().generate("sth", 1000);
..or with first line indents:
let s = BullshitGenerator::with_indent(2).generate("sth", 1000);
Dependencies
~1.4–2.5MB
~44K SLoC