hubert 0.5.0

Secure distributed substrate for multiparty transactions using write-once key-value storage with ARID-based addressing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod arid_derivation;
mod error;
pub mod hybrid;
pub mod ipfs;
mod kv_store;
pub mod logging;
pub mod mainline;
pub mod server;

pub use error::{Error, Result};
pub use kv_store::KvStore;
pub use server::{MemoryKv, SqliteKv};