package bin_prot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Binable : sig ... end
module 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 ... end

Common definitions used by binary protocol converters

module Md5 : sig ... end
module Nat0 : sig ... end

Nat0: natural numbers (including zero)

module Read : sig ... end
module Shape : sig ... end
module Size : sig ... end
module Std : sig ... end

This module defines default converters for the types defined in the OCaml standard library.

module Type_class : sig ... end
module Utils : sig ... end
module Write : sig ... end
OCaml

Innovation. Community. Security.