Skip to content

A small CBOR codec suitable for no_std environments.

License

Notifications You must be signed in to change notification settings

twittner/minicbor

Repository files navigation

minicbor

This repository contains the following crates:

minicbor

A small CBOR codec suitable for no_std environments.

minicbor-derive

Allows deriving minicbor::Encode and minicbor::Decode traits.

minicbor-io

I/O utilities for reading and writing CBOR encoded data.

minicbor-serde

Integrates minicbor with serde.

Documentation

Documentation is available at https://docs.rs/minicbor/

License

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.