Module decode

Source
Expand description

Decoding functions for BytesMut and slices. Functions for decoding the RESP3 protocol into frames.

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

Modulesยง

complete
Decoding functions for complete frames. If a streamed frame is detected it will result in an error.
streaming
Decoding structs and functions that support streaming frames.