
This is a code generation tool and serialization library for messagepack. it is targeted at the go generate tool. you can read more about messagepack in the wiki, or at msgpack.org.
why?
* use go as your schema language
* speeeeeed (400mb/s on modern hardware)
* json interop
* user-defined extensions
* type safety
* encoding flexibility
this package contains the source.