tinycbor
Binary serializer
A C library for serializing and deserializing binary objects in a compact format
Concise Binary Object Representation (CBOR) Library
501 stars
33 watching
187 forks
Language: C
last commit: 3 months ago
Linked from 2 awesome lists
ccboriotswrepo
Related projects:
Repository | Description | Stars |
---|---|---|
dmazzella/ucbor | Implementation of a lightweight CBOR serializer/deserializer for use in embedded systems with limited resources. | 1 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
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,078 |
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. | 828 |
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 | 258 |
pjk/libcbor | A C library for parsing and generating CBOR data format | 342 |
fxamacker/cbor | A library for encoding and decoding binary data in a compact and secure format. | 739 |
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 | 747 |
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. | 106 |
phadej/igbinary | A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements. | 259 |