Expand description
Structs§
- Msgpack
Deserializer - A MessagePack deserializer, that implements
merde_core::Deserializer.
Functions§
- from_
slice - Deserialize an instance of type
Tfrom a byte slice of MessagePack data. - from_
slice_ owned - Deserialize an instance of type
Tfrom a byte slice of MessagePack data, and return its static variant e.g. (CowStr<’static>, etc.)