tinycbor

Binary serializer

A C library for serializing and deserializing binary objects in a compact format

Concise Binary Object Representation (CBOR) Library

GitHub

507 stars
33 watching
186 forks
Language: C
last commit: 5 months ago
Linked from 2 awesome lists

ccboriotswrepo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dmazzella/ucbor Implementation of a lightweight CBOR serializer/deserializer for use in embedded systems with limited resources. 2
sirthias/borer Provides efficient serialization and deserialization capabilities for binary data formats 226
well-typed/cborg A Haskell implementation of the CBOR format for fast binary serialisation and deserialisation. 191
fraillt/bitsery A binary serialization library optimized for speed and space. 1,090
xdbr/cpp-generic-serialize A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. 7
chronoxor/fastbinaryencoding A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. 889
rikimaru0345/ceras A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. 484
paritytech/parity-scale-codec A Rust library for serializing and deserializing data in a compact binary format 260
pjk/libcbor A C library for parsing and generating CBOR data format 347
fxamacker/cbor A library for encoding and decoding binary data in a compact and secure format. 750
alexfilatov/borsh A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. 7
eyalz800/zpp_bits A lightweight C++20 serialization and RPC library in one header file 755
troydhanson/tpl A small binary serialization library for efficient data storage and transmission in C applications 372
haskell/binary Efficient serialisation of values to and from lazy ByteStrings in Haskell. 109
phadej/igbinary A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements. 259