package capnp

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

Module Capnp.RuntimeSource

Sourcemodule BuilderInc : sig ... end
Sourcemodule BuilderOps : sig ... end
Sourcemodule Codecs = Codecs
Sourcemodule FarPointer : sig ... end
Sourcemodule FragmentBuffer : sig ... end

FragmentBuffer provides efficient management of large numbers of string fragments. Reading a large message from a pipe, for example, may lead to construction of large numbers of fragments which need to parsed and refactored into a list of message segments. Use of the FragmentBuffer helps to avoid the inefficient construction of intermediate strings.

Sourcemodule InnerArray : sig ... end

Module InnerArray. This is not intended for public use; you are looking for module Array.

Sourcemodule ListPointer : sig ... end
Sourcemodule ListStorageType : sig ... end
Sourcemodule OtherPointer : sig ... end
Sourcemodule Packing : sig ... end
Sourcemodule Pointer : sig ... end
Sourcemodule ReaderInc : sig ... end
Sourcemodule StructPointer : sig ... end
Sourcemodule Util : sig ... end
OCaml

Innovation. Community. Security.