package capnp

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

Module Capnp.MessageSigSource

Sourcemodule Uint32 = Stdint.Uint32
Sourcemodule Uint64 = Stdint.Uint64
Sourcetype ro
Sourcetype rw
Sourcemodule type SEGMENT = sig ... end
Sourcetype attachments = ..

An RPC message can have an array of attached capabilities. To avoid making the message layer depend on the RPC layer, we define this as an open type, so that an RPC system can use whatever system it likes for this.

Sourcetype attachments +=
  1. | No_attachments

This is the default attachment handler.

Sourcemodule type MESSAGE = sig ... end
Sourcemodule type SLICE = sig ... end
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.