I've released zerompk, a fast MessagePack serializer for Rust!

https://github.com/nuskey8/zerompk

The most widely used MessagePack serializer in Rust is probably rmp_serde. While this is fast enough, zerompk is designed with even greater speed in mind.

Let's look at the benchmarks.



Since MessagePack is a binary format, it's naturally faster...