penis2 0.1.0

An improved penis generator
Documentation
  • Coverage
  • 87.5%
    7 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 2.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • letx5/penis2
    3 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • letx5

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"