Expand description
corepack is a no_std support for messagepack in serde.
Modules§
Structs§
- Deserializer
- The corepack Deserializer struct. Contains a closure that should produce the next slice of data of the given length
- Serializer
- The corepack Serializer. Contains a closure that receives byte buffers as the output is created.
Functions§
- from_
bytes - Parse V out of a slice of bytes.
- from_
iter - Parse V out of a stream of bytes.
- to_
bytes - Serialize V into a byte buffer.