guardian-db 0.17.1

High-performance, local-first decentralized database built on Rust and Iroh
Documentation
#[cfg(feature = "odm")]
extern crate self as guardian_db;

pub mod access_control;
pub mod address;
pub mod cache;
pub mod data_store;
pub mod db_manifest;
pub mod events;
pub mod guardian;
pub mod keystore;
pub mod log;
pub mod message_marshaler;
#[cfg(feature = "odm")]
pub mod odm;
pub mod p2p;
pub mod reactive_synchronizer;
pub mod rotation;
pub mod stores;
pub mod traits;

#[cfg(test)]
pub mod tests;