libvault 0.2.2

the libvault is modified from RustyVault
Documentation
1
2
3
//! The `libvault::storage::physical` module supports to physical file storage.
pub mod file;
pub mod mock;