readpassphrase-sys 0.0.2

Minimal Rust bindings for OpenBSD's readpassphrase
1
2
3
#if defined(__OpenBSD__)
#include <readpassphrase.h>
#endif