msgp

Go code generator for MessagePack
  https://github.com/tinylib/msgp
  0
  no reviews



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 tools/binaries.