guardian-db 0.15.0

High-performance, local-first decentralized database built on Rust and Iroh
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod base_store;
pub mod document_store;
pub mod event_log_store;
pub mod events;
pub mod kv_store;
pub mod operation;
// Replicator module removed - Iroh handles replication natively
// Only ReplicationInfo type remains for compatibility
pub mod replicator {
    pub mod replication_info;
}