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.
- Host: GitHub
- URL: https://github.com/benbjohnson/minipack
- Owner: benbjohnson
- License: mit
- Created: 2012-06-30T22:18:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-30T22:14:27.000Z (about 13 years ago)
- Last Synced: 2025-07-22T02:04:14.193Z (6 months ago)
- Language: C
- Size: 216 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.