Module quic_rpc::transport

source ·
Expand description

Transports for quic-rpc

mem and combined are enabled by default. quic and http2 are enabled by feature flags.

Re-exports

pub use self::quinn::ChannelTypes as QuinnChannelTypes;
pub use combined::ChannelTypes as CombinedChannelTypes;
pub use http2::ChannelTypes as Http2ChannelTypes;
pub use mem::ChannelTypes as MemChannelTypes;

Modules

Channel that combines two other channels
http2 transport
Memory channel implementation
QUIC channel implementation based on quinn