1 unstable release

0.1.0 Mar 31, 2022

#27 in #full

MIT license

3KB

Penis 2, An improved penis generator.

Reasons to use:

  • Clean, OO Api.

  • Good documentation.

  • Allows specifying full and partial len.

Basic usage:

use penis2::PenisSpec;
fn main() {
    println!("default: {}", PenisSpec::new().generate());
    println!("lenght of 4: {}", PenisSpec::new_with_len(4).generate());
}

How to usage

Add this to you Cargo.toml.

penis2 = "0.1.0"

No runtime deps