rod 0.2.4

Distributed graph database that syncs over websockets and multicast
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod actor;
pub mod adapters;
#[doc(hidden)]
pub mod message; // pub for benchmarking
mod node;
mod router;
mod types;
mod utils;
pub use node::{Config, Node};
pub use types::Value;