blob: c38e051d64cd245b0425f0202279f1b333fc2fb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
MsgPuck is a simple and efficient MsgPack binary serialization library in
a self-contained header file.
* Can be easily incorporated into your project
* Is very easy to use (see examples below)
* Is fully tested and documented
* Has clean and readable C source code
* Is published under the very liberal license (BSD-2)
WWW: https://github.com/tarantool/msgpuck
|