d-engine 0.2.3

Lightweight Raft consensus engine - recommended entry point for most users
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # Examples
//!
//! Real-world deployment examples and tutorials.

pub mod ha_deployment_load_balancing {
    #![doc = include_str!("ha-deployment-load-balancing.md")]
}

pub mod single_node_expansion {
    #![doc = include_str!("single-node-expansion.md")]
}

pub mod three_nodes_cluster {
    #![doc = include_str!("three-nodes-standalone.md")]
}