Hi, Guys
I have implemented MessagePack binding for Nim. What is MessagePack? It's serialization/deserialization that is more efficient than JSON or Google's protocol buffer.
https://github.com/akiradeveloper/msgpack-nim
The basic packing/unpacking mechanism is implemented but left some Todos (please read my README). I will choose the next direction based on user feedback. So please feel free to ask me work harder.
I think this library is unlikely to have bugs still. I tested it by using Haskell's QuickCheck to generate complex combinations that definitely help attack corner-cases.
Enjoy packing!