Module encode

Source
Available on crate feature resp3 only.
Expand description

Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP3 protocol.

https://github.com/antirez/RESP3/blob/master/spec.md

Modulesยง

complete
Encoding functions for complete frames.
streaming
Encoding functions for streaming blobs and aggregate types.