rass 0.2.0

A rust implementation for the standard *nix password manager: pass
Documentation
1
2
3
4
5
6
7
8
9
extern crate gpgme;
//extern crate ncurses;

pub mod store;
pub mod vcs;

mod util;
pub mod tree;