Penis 2, An improved penis generator.
Reasons to use:
-
Clean, OO Api.
-
Good documentation.
-
Allows specifying full and partial len.
Basic usage:
use PenisSpec;
How to usage
Add this to you Cargo.toml.
= "0.1.0"
Clean, OO Api.
Good documentation.
Allows specifying full and partial len.
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.
penis2 = "0.1.0"