zlayer-consensus 0.11.11

Shared Raft consensus library built on openraft 0.9 for ZLayer and Zatabase
Documentation
1
2
3
4
5
6
7
//! Network implementations for Raft RPC communication.
//!
//! Provides an HTTP-based RPC client and server using **postcard2** serialization
//! for maximum throughput (70-90% smaller payloads vs JSON, 4x faster).

pub mod http_client;
pub mod http_service;