Crate redust_resp

source ·

Re-exports

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

Modules

RESP deserialization.
RESP parsing.
RESP serialization.
Utils for RESP (de)serialization.

Macros

Macro to simplify making a Data::Array.

Enums

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

Functions

Deserialize Data into T.
Serialize T into Data.

Type Definitions

Result with an error type defaulting to Error.