Crate xds_client

Crate xds_client 

Source
Expand description

A Rust implementation of xDS client.

§Feature Flags

  • transport-tonic: Enables the use of the tonic transport. This enables rt-tokio and codegen-prost features. Enabled by default.
  • rt-tokio: Enables the use of the tokio runtime. Enabled by default.
  • codegen-prost: Enables the use of the prost codec generated resources. Enabled by default.

Modules§

client
Client interface through which the user can watch and receive updates for xDS resources.
error
Error types for the xDS client.
resource
Provides abstraction for xDS resources.
runtime
Provides abstraction for async runtimes.
transport
Provides abstraction for transport layers.