prs-lib 0.3.2

Secure, fast & convenient password manager CLI with GPG & git sync
Documentation
1
2
3
4
5
fn main() {
    // GPG cryptography
    #[cfg(any(feature = "backend-gpgme", feature = "backend-gnupg-bin"))]
    println!("cargo:rustc-cfg=feature=\"_crypto-gpg\"");
}