Traits and types for encoding CBOR.
This module defines the trait Encode and the actual Encoder. It also defines a Write trait to store the encoded bytes.
Encode
Encoder
Write
pub use write::Write;
The Write trait definition and implementations.
A non-allocating CBOR encoder writing encoded bytes to the given Write sink.
Encoding errors.
A type that can be encoded to CBOR.