thedataking / tinycbor

Concise Binary Object Representation (CBOR) Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concise Binary Object Representation (CBOR) Library
---------------------------------------------------

To build TinyCBOR:

  make

If you want to change the compiler or pass extra compiler flags:

  make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"

Documentation: https://intel.github.io/tinycbor/current/

About

Concise Binary Object Representation (CBOR) Library

License:MIT License


Languages

Language:Rust 40.1%Language:C 30.6%Language:C++ 26.9%Language:Makefile 1.0%Language:Perl 0.9%Language:QMake 0.3%Language:Shell 0.3%