[][src]Crate postcard

Structs

VarintUsize

A wrapper type that exists as a usize at rest, but is serialized to or deserialized from a varint.

Functions

to_vec

Serialize a data structure to a heapless::Vec. The Vec must contain enough space to hold the entire serialized message, or an error will be returned.

Type Definitions

VarintBuf

Type alias for the largest buffer needed to store a usize varint as bytes