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)
11 lines
365 B
Text
11 lines
365 B
Text
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
|