Crate rmp_serde [] [src]

Reexports

pub use decode::Deserializer;
pub use encode::Serializer;

Modules

decode
encode

Structs

BorrowedValue

Non-owning wrapper over rmp Value reference to allow serialization and deserialization.

Value

Owning wrapper over rmp Value to allow serialization and deserialization.