Module cbor_event::se

source ·
Expand description

CBOR serialisation tooling

Structs

simple CBOR serializer into any std::io::Write.

Traits

Functions

helper function to serialise cbor in cbor
helper function to serialise a collection of T as a fixed number of element
helper function to serialise a map of fixed size.
helper function to serialise a collection of T as a indefinite number of element
helper function to serialise a map of indefinite number of elements.