Binable
Common
Common definitions used by binary protocol converters
Map_to_safe
Nat0
Nat0: natural numbers (including zero)
Read_c
Wrapping unsafe C-style readers to safe ML-style ones.
Read_ml
Reading values from the binary protocol using (mostly) OCaml.
Size
Compute size of values in the binary protocol.
Std
This module defines default converters for the types defined in the OCaml standard library.
Type_class
Sizers, writers, and readers in records
Unsafe_common
Functions common to unsafe binary protocol conversion.
Unsafe_read_c
Reading values from the binary protocol using unsafe C.
Unsafe_write_c
Writing values to the binary protocol using unsafe C.
Utils
Utility functions for user convenience
Write_c
Wrapping unsafe C-style writers to safe ML-style ones.
Write_ml
Writing values to the binary protocol using (mostly) OCaml.