Crate deseresp

Crate deseresp 

Source

Modules§

types
Contains specific RESP types implemented with custom Serialize/Deserialize to tell Serializer/Deserializer to 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 T from a slice, with zero-copy if possible.
to_vec
Serialize to Vec

Type Aliases§

Result
Result from serialize/deserialize