Crates.io | libpenis |
lib.rs | libpenis |
version | 0.1.6 |
source | src |
created_at | 2023-06-19 14:40:57.234401 |
updated_at | 2023-06-19 23:24:41.507696 |
description | A rust port of https://github.com/todashuta/libpenis |
homepage | |
repository | https://github.com/MrEnder0/libpenis |
max_upload_size | |
id | 894161 |
size | 5,201 |
This is recreation of 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.
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");
}
}
libpenis uses the global static atomics "BALLS" and "DICK_HEAD" so hopefully you don't need those symbols.
libpenis is currently under Giant Penis License(GPL) which is a deformed M.I.T license included a penis asc