mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
* fix list of invalid bytes was missing 3 possibilities (see type chart section of msgpack format spec) * fix matching of invalid bytes to look at 1 byte instead of 2 * simplify 'incomplete' case : anything that's not complete or invalid is by definition incomplete |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| msgpack.erl | ||
| OMakefile | ||
| OMakeroot | ||
| README.md | ||
| testcase_generator.rb | ||
MessagePack for Erlang
Binary-based efficient object serialization library.
see wiki ( http://redmine.msgpack.org/projects/msgpack/wiki/QuickStartErlang ) for details
Status
0.1.0 released.