Bin_prot

Support for reading and writing OCaml-values in a type-safe binary protocol.

03:56pm November 11, 2009, Version 1.2.20

Index of types
Index of exceptions
Index of values
Index of modules
Index of module types


Binable
Common
Common: common definitions used by binary protocol converters
Map_to_safe
Nat0
Nat0: natural numbers (including zero)
Pa_bin_prot
Pa_bin_prot: Preprocessing Module for a Type Safe Binary Protocol
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.
Type_class
Tp_class: sizers, writers, and readers in records
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.