Bin_protmodule Binable : sig ... endmodule Blob : sig ... end'a Blob.t is type-equivalent to 'a, but has different bin-prot serializers that prefix the representation with the size of 'a.
module Common : sig ... endCommon definitions used by binary protocol converters
module Md5 : sig ... endmodule Nat0 : sig ... endNat0: natural numbers (including zero)
module Read : sig ... endReading values from the binary protocol using (mostly) OCaml.
module Shape : sig ... endmodule Size : sig ... endCompute size of values in the binary protocol.
module Std : sig ... endThis module defines default converters for the types defined in the OCaml standard library.
module Type_class : sig ... endSizers, writers, and readers in records
module Utils : sig ... endmodule Write : sig ... endWriting values to the binary protocol using (mostly) OCaml.