libpenis 0.1.1

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:

```Rust
let a = 1;
int b = 1;
if (a == b) {
    printf("Success!\n");
}
```

libpenis comparing:

```Rust
set_balls(1);
set_dick_head(1);

let B == BALLS.load(Ordering::SeqCst);
let D == DICK_HEAD.load(Ordering::SeqCst);

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

## Caution


libpenis uses the global static atomics "B" and "D".

## License


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