package bin_prot

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bin_protSource

Sourcemodule Binable : sig ... end
Sourcemodule 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.

Sourcemodule Common : sig ... end

Common definitions used by binary protocol converters

Sourcemodule Md5 : sig ... end
Sourcemodule Nat0 : sig ... end

Nat0: natural numbers (including zero)

Sourcemodule Read : sig ... end

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

Sourcemodule Shape : sig ... end
Sourcemodule Size : sig ... end

Compute size of values in the binary protocol.

Sourcemodule Std : sig ... end

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

Sourcemodule Type_class : sig ... end

Sizers, writers, and readers in records

Sourcemodule Utils : sig ... end
Sourcemodule Utils_intf : sig ... end
Sourcemodule Write : sig ... end

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

OCaml

Innovation. Community. Security.