rucksack-db 0.9.3

The rucksack encrypted database
Documentation
1
2
3
4
5
6
pub mod backup;
pub mod encrypted;
pub mod store;
pub mod versioned;

pub use store::{init, new, open, DB};