Module resp2

Source
Expand description

Types and functions for implementing the RESP2 protocol.

Modules§

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