# LIBPENIS This is recreation of [libpenis](https://github.com/todashuta/libpenis) which was originally written in C. Comparing variables was never been that easy and clear like using *libpenis* while being memory safe in Rust. ## Usage Traditional comparing: ```Rust fn main() { let a = 1; let b = 1; if a == b { println!("Success!\n"); } } ``` libpenis comparing: ```Rust 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