msgpack-python/erlang
Vincent de Phily 33a7d56042 * Return {more,undefined} instead of {more,integer()}, as we can only know the "minimum bytes needed to continue" instead of the actually usefull "total packet size".
* Merge all {more,...} clauses of unpack_/1 into one.
* Reformat unpack_/1 for readability.
* Fix some specs, error values, and documentation.
2010-06-29 11:59:56 +02:00
..
.gitignore erlang: temporary documentation and .gitignore 2010-06-01 00:31:12 +09:00
msgpack.erl * Return {more,undefined} instead of {more,integer()}, as we can only know the "minimum bytes needed to continue" instead of the actually usefull "total packet size". 2010-06-29 11:59:56 +02:00
OMakefile erlang: tests improved and code refined. 2010-06-22 11:15:18 +09:00
OMakeroot added more tests, 2010-05-31 00:25:53 +09:00
README.md erlang: temporary documentation and .gitignore 2010-06-01 00:31:12 +09:00
testcase_generator.rb erlang: unpack_map's silly bug fixed. use dict:store/3.... 2010-06-25 00:22:53 +09:00

MessagePack for Erlang

Binary-based efficient object serialization library.

Status

still in development.

TODOs:

  • decide string specification.

Installation

Example

License