prs-lib 0.2.11

Secure, fast & convenient password manager CLI with GPG & git sync
Documentation
1
2
3
4
5
//! Crypto backend using GnuPG for GPG.

pub mod context;
pub mod raw;
mod raw_cmd;