msgpack-nim
msgpack-nim copied to clipboard
A MassagePack binding for Nim / msgpack.org[Nim]
```rust proc convM(x: int): Msg = if 0
It would be awesome if you could specify an object type at compile-time and could have the Msg automatically recursively unwrapped into this object. Something like this: ``` nimrod let...
I don't know if you want this, but it could be interesting to split msgpack-nim into a low level parser (like parsexml) and high level parser (like xmlparser). Right now...