Crate bullshit_rs[][src]

Expand description

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);

Structs