libpenis 0.1.5

A rust port of https://github.com/todashuta/libpenis
Documentation

LIBPENIS

Comparing variables was never been that easy and clear like using libpenis while being memory safe in Rust.

Usage

Traditional comparing:

fn main() {
    let a = 1;
    let b = 1;

    if a == b {
        println!("Success!\n");
    }
}

libpenis comparing:

use libpenis::*;

fn main() {
    set_balls(1);
    set_dick_head(1);

    let B = get_balls();
    let D = get_dick_head();

    if B==D {
        println!("Success!\n");
    }
}

Caution

libpenis uses the global static atomics "BALLS" and "DICK_HEAD" so hopefully you don't need those symbols.

License

libpenis is currently under Giant Penis License(GPL) which is a deformed M.I.T license included a penis asc