cmp
MessagePack serializer
A MessagePack serialization format implementation in C.
An implementation of the MessagePack serialization format in C / msgpack.org[C]
340 stars
35 watching
78 forks
Language: C
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
msgpack/msgpack-cli | A MessagePack serialization and deserialization library for Common Language Infrastructure implementations. | 834 |
msgpack/msgpack-objectivec | Implementation of MessagePack serialization and deserialization in Objective-C. | 301 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,171 |
antirez/lua-cmsgpack | A Lua MessagePack C implementation with bindings for embedding into C projects. | 357 |
crystal-community/msgpack-crystal | An implementation of MessagePack serialization in Crystal | 136 |
msgpack/msgpack-smalltalk | A Smalltalk-based MessagePack serialization library for various dialects | 22 |
ludocode/mpack | A C implementation of an encoder and decoder for the MessagePack serialization format | 545 |
spotlightkid/upy-msgpack | A lightweight MessagePack serialization library for MicroPython | 0 |
msgpack/msgpack-d | A binary-based JSON-like serialization library for D language. | 118 |
msgpack/msgpack-haskell | A Haskell implementation of MessagePack data serialization format | 138 |
ar90n/msgpack11 | A lightweight C++ library for serializing and deserializing data in the MsgPack format | 122 |
msgpack/msgpack-scala | An implementation of MessagePack serialization for Scala | 94 |
peterhinch/micropython-msgpack | MicroPython MessagePack implementation | 28 |
msgpack/msgpack-java | Implementing a binary serialization format that can compactly encode various data types. | 1,416 |
rybakit/msgpack.php | A pure PHP implementation of the MessagePack serialization format | 389 |