| Crates.io | penis2 |
| lib.rs | penis2 |
| version | 0.1.0 |
| created_at | 2022-03-31 00:39:20.925117+00 |
| updated_at | 2022-03-31 00:39:20.925117+00 |
| description | An improved penis generator |
| homepage | |
| repository | https://github.com/letx5/penis2.git |
| max_upload_size | |
| id | 559444 |
| size | 2,978 |
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"