msgp
Go code generator for MessagePack
Install
- All systems
-
curl cmd.cat/msgp.sh
- Debian
-
apt-get install msgp - Ubuntu
-
apt-get install msgp - Kali Linux
-
apt-get install msgp - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install msgp - Raspbian
-
apt-get install msgp
msgp
Go code generator for MessagePack
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.