cbor / cbor.github.io

cbor.io web site
75 stars 33 forks source link

Please add Minicbor C implementation #80

Open rajamukherji opened 3 years ago

rajamukherji commented 3 years ago

Minicbor is a small C library for reading and writing CBOR. Uses callbacks for streamed decoding and encoding with no internal memory allocation.

https://minicbor.readthedocs.io/