Crate hcproto

Source

Re-exports§

pub use encode::*;
pub use decode::*;

Modules§

decode
encode

Structs§

Buffer
HpError
Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.
ValueDescType

Enums§

ErrorKind
An enum of all error kinds.
Value
ValueType

Functions§

from_buffer
get_type_by_value
make_extension_error
to_buffer

Type Aliases§

HpResult
Library generic result type.