Modules§
- types
- Contains specific RESP types implemented with custom Serialize/Deserialize
to tell
Serializer/Deserializerto se/der correctly.
Structs§
- Deserializer
- A RESP Deserializer
- Serializer
- A RESP Serializer
Enums§
- Error
- Serialize or Deserialize error
Functions§
- 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
Tfrom a slice, with zero-copy if possible. - to_vec
- Serialize to Vec
Type Aliases§
- Result
- Result from serialize/deserialize