gundb 0.1.1

Distributed graph database that syncs over websockets and multicast
Documentation
1
2
3
4
5
mod node;
mod utils;
mod adapters;
pub mod types;
pub use node::{Node, NodeConfig};