libraft 0.1.1

raft implementation in rust.
Documentation
1
2
3
4
5
extern crate libraft;
extern crate protobuf;
extern crate rand;

mod cases;