d-engine-core 0.2.3

Pure Raft consensus algorithm - for building custom Raft-based systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod cluster;
pub mod cluster_printer;
pub mod convert;
pub mod file_io;
pub mod scoped_timer;
pub mod stream;
pub mod time;

#[cfg(test)]
mod cluster_printer_test;
#[cfg(test)]
mod convert_test;
#[cfg(test)]
mod file_io_test;
#[cfg(test)]
mod stream_test;
#[cfg(test)]
mod time_test;