Re-exports

pub use nom;

Modules

RESP parsing.

Utils for RESP (de)serialization.

Macros

Macro to simplify making a Data::Array.

Structs

RESP deserializer.

An error occurred while reading bytes.

RESP serializer.

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 RESP bytes, returning the target and any remaining bytes.

Deserialize Data into T.

Serialize to a writer using RESP.

Serialize T into Data.

Type Definitions

Result with an error type defaulting to Error.