libcrypt-rs 0.1.2

rust binding for POSIX crypt library (libcrypt)
Documentation
1
2
3
fn main() {
	println!("cargo:rustc-link-lib=crypt");
}