Crate redust_resp
source · [−]Re-exports
pub use nom;Modules
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.
Serialize to a writer using RESP.