nebucloud-xds
Production-ready xDS control plane library for Rust.
This is the facade crate — it re-exports the four internal crates
(xds-core, xds-cache, xds-server, xds-types) under a single dep
line and a convenient prelude.
[]
= "0.1"
Enable TLS with the tls feature:
= { = "0.1", = ["tls"] }
Other opt-in features: reflection (on by default), metrics (on by
default), serde, full (all of the above).
Example
use Arc;
use *;
async
Documentation
- Getting started guide — walkthrough with Envoy config.
- Architecture — crate layout, concurrency model, extension points.
- Repo README — feature matrix, design principles, roadmap.
License
Apache-2.0 OR MIT (dual-licensed).