alexandria 0.2.0

An encrypted document-oriented database with tag based query support
Documentation
1
2
3
4
5
6
7
8
9
10
//! Fundamental API types

mod sessions;
pub use sessions::{Session, SessionsApi, GLOBAL};

mod builder;
pub use builder::Builder;

mod api;
pub use api::Library;