Vincent de Phily 6abc120279 erlang: Fix incomplete/invalid cases of unpack_/1
* 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
2010-07-09 13:29:47 +02:00
..
2010-05-31 00:25:53 +09:00
2010-06-25 01:26:57 +09:00

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.