Description
Binary protocol readers and writers can be generated from OCaml type definitions. This helps developers keep serialization code aligned with data types instead of writing each encoder manually.
It is a PPX code-generation extension. Use it in projects that rely on bin_prot for compact structured data exchange.