exocore-store 0.1.26

Store / indexation layer of Exocore (Distributed applications framework)
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod seri;

pub mod client;
pub use client::{Client, ClientConfiguration, ClientHandle};
#[cfg(feature = "local")]
pub mod server;
#[cfg(feature = "local")]
pub use server::{Server, ServerConfiguration};

#[cfg(test)]
mod tests;