Expand description
A Rust implementation of xDS client.
§Feature Flags
transport-tonic: Enables the use of thetonictransport. This enablesrt-tokioandcodegen-prostfeatures. Enabled by default.rt-tokio: Enables the use of thetokioruntime. Enabled by default.codegen-prost: Enables the use of theprostcodec generated resources. Enabled by default.