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