Module resp3

Source
Expand description

Types and functions for implementing the RESP3 protocol.

Modules§

decode
Decoding functions for BytesMut and slices. Functions for decoding the RESP3 protocol into frames.
encode
Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP3 protocol.
prelude
Shorthand for use’ing types, encode, decode, etc.
types
RESP3 frame types.