Expand description
A streaming implementation of CBOR with extensions.
This module allows you to parse and generate CBOR very efficiently,
at the expense of being somewhat difficult to actually use.
It models CBOR as a series of Events, which are not always full data items.
In this way, it is comparable to SAX in the XML world.
Structs§
- Decoder
- A streaming decoder for CBOR with extensions.
- Encoder
- A streaming encoder for CBOR with extensions.
Enums§
- Event
- An event encountered while decoding or encoding CBOR using a streaming extended implementation.