Crate corepack

Source
Expand description

corepack is a no_std support for messagepack in serde.

Modules§

error
Error types for corepack.
read
The read trait used by the deserializer.

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.