An open API service indexing awesome lists of open source software.

https://github.com/benbjohnson/minipack

A lightweight C MessagePack parser.
https://github.com/benbjohnson/minipack

Last synced: 6 months ago
JSON representation

A lightweight C MessagePack parser.

Awesome Lists containing this project

README

          

minipack
========

The minipack library provides a simple interface for reading and writing
MessagePack data. It does not provide any containers or buffer management.
It just provides callbacks for reading and writing values in MessagePack
format to memory.

To use minipack, simply include the source and header files in your program.