kuberic-core 0.0.1

Core replication framework for kuberic — quorum replication, failover, epoch fencing
Documentation
1
2
3
4
5
6
7
fn main() {
    tonic_prost_build::configure()
        .build_server(true)
        .build_client(true)
        .compile_protos(&["proto/kuberic.proto"], &["proto"])
        .expect("Failed to compile proto files");
}