minicbor-serde 0.1.0

Integrates minicbor with serde.
Documentation

Support for (de-)serialising CBOR with serde.

In contrast to [minicbor_derive], this serde-based implementation makes no attempt to be particularly clever with regards to forward and backward compatibility, nor does it use integers instead of strings for struct field names or enum constructors. If those features are important, consider using [minicbor_derive] instead.