penis2

Crates.iopenis2
lib.rspenis2
version0.1.0
sourcesrc
created_at2022-03-31 00:39:20.925117
updated_at2022-03-31 00:39:20.925117
descriptionAn improved penis generator
homepage
repositoryhttps://github.com/letx5/penis2.git
max_upload_size
id559444
size2,978
(let ((x 5)) (+ x 1)) (letx5)

documentation

README

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"
Commit count: 3

cargo fmt