antirez / lua-cmsgpack

A self contained Lua MessagePack C implementation.
355 stars 118 forks source link

support (partial) for bin format family #54

Open blackwithwhite666 opened 8 years ago

blackwithwhite666 commented 8 years ago

Hi!

This patch add support (partial) for https://github.com/msgpack/msgpack/blob/master/spec.md#bin-format-family. Only unpack is implemented, because i don't know what lua type should be mapped to bin{8,16,32}. If there is one - let me know :)

tp7 commented 7 years ago

Will this ever get accepted?

muzuiget commented 7 years ago

About the packing fix, please read https://github.com/antirez/lua-cmsgpack/issues/34 the comment which I post.