passepartout 0.1.6

Library for pass
Documentation
1
2
3
4
5
6
7
8
9
10
mod cryptography;
mod operations;
mod password_info;
mod password_store;

pub use operations::{
    copy_id, copy_login, copy_otp, copy_password, decrypt_password_file, generate_otp,
};
pub use password_info::PasswordInfo;
pub use password_store::PasswordStore;