Common |
Common: common definitions used by binary protocol converters
|
Map_to_safe | |
Nat0 |
Nat0: natural numbers (including zero)
|
Read_c |
Read_c: wrapping unsafe C-style readers to safe ML-style ones.
|
Read_ml |
Read_ml: reading values from the binary protocol using (mostly) OCaml.
|
Size |
Size: compute size of values in the binary protocol.
|
Unsafe_common |
Unsafe_common: functions common to unsafe binary protocol conversion.
|
Unsafe_read_c |
Unsafe_read_c: reading values from the binary protocol using unsafe C.
|
Unsafe_write_c |
Unsafe_write_c: writing values to the binary protocol using unsafe C.
|
Utils |
Utils: utility functions for user convenience
|
Write_c |
Write_c: wrapping unsafe C-style writers to safe ML-style ones.
|
Write_ml |
Write_ml: writing values to the binary protocol using (mostly) OCaml.
|