kuberic-core 0.0.1

Core replication framework for kuberic — quorum replication, failover, epoch fencing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod driver;
pub mod error;
pub mod events;
pub mod grpc;
pub mod handles;
pub mod noop;
pub mod pod;
pub mod replicator;
pub mod runtime;
pub mod types;

pub mod proto {
    tonic::include_proto!("kuberic.replication.v1");
}

pub use error::{KubericError, Result};