This repository contains the following crates:
A small CBOR codec suitable for no_std
environments.
Allows deriving minicbor::Encode
and minicbor::Decode
traits.
I/O utilities for reading and writing CBOR encoded data.
Integrates minicbor with serde.
Documentation is available at https://docs.rs/minicbor/
All software in this repository is licensed under the Blue Oak Model License Version 1.0.0. If you are interested in contributing to this project, please read the file CONTRIBUTING.md first.