Skip to main contentCrate deseresp
Source - types
- Contains specific RESP types implemented with custom Serialize/Deserialize
to tell
Serializer/Deserializer
to se/der correctly.
- Deserializer
- A RESP Deserializer
- Serializer
- A RESP Serializer
- Error
- Serialize or Deserialize error
- from_read
- Deserialize an instance of type T from an I/O stream of RESP3
- from_slice
- Deserialize a temporary scoped-bound instance of type
T from a
slice, with zero-copy if possible. - to_vec
- Serialize to Vec
- Result
- Result from serialize/deserialize