Modules

Contains specific RESP types implemented with custom Serialize/Deserialize to tell Serializer/Deserializer to se/der correctly.

Structs

A RESP Deserializer

A RESP Serializer

Enums

Serialize or Deserialize error

Functions

Deserialize an instance of type T from an I/O stream of RESP3

Deserialize a temporary scoped-bound instance of type T from a slice, with zero-copy if possible.

Serialize to Vec

Type Definitions

Result from serialize/deserialize