jangko / msgpack4nim

MessagePack serializer/deserializer implementation for Nim / msgpack.org[Nim]
http://msgpack.org/
120 stars 21 forks source link

Fixes #8 and #9 #10

Closed soumya92 closed 6 years ago

soumya92 commented 6 years ago

Although the field selection based on map keys is not the most efficient, it will allow better interop with other languages without requiring key order be preserved.