Crate redust_resp

Source

Re-exports§

pub use de::from_bytes;
pub use ser::to_bytes;
pub use nom;

Modules§

de
RESP deserialization.
parser
RESP parsing.
ser
RESP serialization.
util
Utils for RESP (de)serialization.

Macros§

array
Macro to simplify making a Data::Array.

Enums§

Data
RESP data. Read the Redis documenation for details on which type to expect as a response.
Error
Errors that can be encountered when interacting with RESP.

Functions§

from_data
Deserialize Data into T.
to_data
Serialize T into Data.

Type Aliases§

Result
Result with an error type defaulting to Error.