Clean, OO Api.
Good documentation.
Allows specifying full and partial len.
rust
use penis2::PenisSpec;
fn main() {
println!("default: {}", PenisSpec::new().generate());
println!("lenght of 4: {}", PenisSpec::new_with_len(4).generate());
}
Add this to you Cargo.toml
.
toml
penis2 = "0.1.0"