JPHutchins / minicbor

A small CBOR codec suitable for no_std environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Documentation

Documentation is available at

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.

About

A small CBOR codec suitable for no_std environments.

License:Other


Languages

Language:Rust 99.7%Language:Makefile 0.3%