ludocode / mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
MIT License
533 stars 82 forks source link

Generic writer now supports key-value #37

Closed xor-gate closed 8 years ago

xor-gate commented 8 years ago

This is the followup of pr #36 and more work to resolve issue #34.

ludocode commented 8 years ago

Looks good :+1: As discussed in #36 I'll try to add a different test macro separately to make the do/while wrapper work.