The license has changed from Apache 2.0 to Boost Software License. I'm taking maintainership as this port has been outdated for two years with no maintainer input. PR: 228217 Approved by: maintainer timeout (2 weeks)
6 lines
317 B
Text
6 lines
317 B
Text
MessagePack is an efficient binary serialization format, which lets you
|
|
exchange data among multiple languages like JSON, except that it's faster and
|
|
smaller. Small integers are encoded into a single byte and short strings
|
|
require only one extra byte in addition to the strings themselves.
|
|
|
|
WWW: https://msgpack.org/
|