Description
Binary serialization code can be generated for typed data structures. This helps OCaml projects exchange compact data without manually writing encoders and decoders.
It is a developer tool and library for binary protocols. Use it when a project needs fast structured data exchange and both sides understand the generated format.