Expand description

Contains specific RESP types implemented with custom Serialize/Deserialize to tell Serializer/Deserializer to se/der correctly.

Modules

Contain borrowed types (&str, &[])

Contain owned types (String, Vec)

Structs

Custom struct to expect a value from crate::Deserializer, and ignore its value

OK Response from a command, equivalent to SimpleString(“OK”)

Wraps a push value

Embed a RESP value V with an attribute A