wincode
Fast, bincode‑compatible serializer/deserializer focused on in‑place initialization and direct memory writes.
Quickstart
wincode traits are implemented for many built-in types (like Vec, integers, etc.).
You'll most likely want to start by using wincode on your own struct types, which can be
done with the derive macros.
let val = MyStruct ;
assert_eq!;
See the docs for more details.