Expand description
Encoding functions for BytesMut and slices. Functions for encoding Frames into the RESP2 protocol.
Functionsยง
- encode
- Attempt to encode a frame into
buf, assuming a starting offset of 0. - encode_
bytes - Attempt to encode a frame into
buf, extending the buffer as needed.