rime-xds 0.1.0

Lock-free delta-xDS control plane for Envoy. Incremental updates, zero-copy fan-out, and content-addressed versioning — the performant Rust alternative to go-control-plane.
Documentation
1
2
3
4
5
6
7
8
9
pub mod index;
pub mod plane;
pub mod server;
pub mod snapshot;

pub use index::{Delta, Index};
pub use plane::Plane;
pub use server::{Server, Subscriber, Update};
pub use snapshot::{ResourceMap, Snapshot};