Crate cdrs_async

Source

Modules§

authenticators
query

Structs§

Session
Session structure which allows clients making requests to a server.
TransportTcp
CDRS TCP transport.
TransportTls
CDRS TLS transport.

Enums§

Compression
Enum which represents a type of compression. Only non-startup frame’s body can be compressed.

Traits§

CDRSTransport
Generic transport trait which is implemented by transports provided by CDRS.
Compressor
Compressor trait that defines functionality which should be provided by typical compressor.