package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Bin_prot
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

Reading values from the binary protocol using (mostly) OCaml.

module Shape : sig ... end
module Size : sig ... end

Compute size of values in the binary protocol.

module Std : sig ... end

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

module Type_class : sig ... end

Sizers, writers, and readers in records

module Utils : sig ... end
module Utils_intf : sig ... end
module Write : sig ... end

Writing values to the binary protocol using (mostly) OCaml.

module Writer : sig ... end
module Reader : sig ... end