cborg

CBOR serializer

A Haskell implementation of the CBOR format for fast binary serialisation and deserialisation.

Binary serialisation in the CBOR format

GitHub

191 stars
24 watching
86 forks
Language: Haskell
last commit: 4 months ago
haskell

Related projects:

Repository Description Stars
haskell/binary Efficient serialisation of values to and from lazy ByteStrings in Haskell. 106
pjk/libcbor A C library for parsing and generating CBOR data format 342
intel/tinycbor A C library for serializing and deserializing binary objects in a compact format 501
fxamacker/cbor A library for encoding and decoding binary data in a compact and secure format. 739
sirthias/borer Provides efficient serialization and deserialization capabilities for binary data formats 224
dmazzella/ucbor Implementation of a lightweight CBOR serializer/deserializer for use in embedded systems with limited resources. 1
mgsloan/store A fast binary serialization library in Haskell with efficient encoding and decoding of various data types 109
k-bx/protocol-buffers A Haskell implementation of a language-neutral, platform-neutral way to serialize structured data 80
quid2/flat A binary serialization format for compact data storage and efficient transfer 60
haskell/aeson A Haskell library for parsing and generating JSON data 1,255
ygrek/ocaml-cbor Provides OCaml bindings to the CBOR data encoding standard 24
edjcase/motoko_cbor Enables encoding and decoding of CBOR (Concise Binary Object Representation) data between bytes and CBOR objects 6
haskell/attoparsec A fast Haskell parser combinator library for efficient text and binary data parsing 513
iokasimov/apart A Haskell library for serializing and deserializing data structures in a persistent manner. 30
haskell/parsec A parser combinator library designed to be industrial-strength and easy to use 847