package capnp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Uint32 = Stdint.Uint32
module Uint64 = Stdint.Uint64
module Registry : sig ... end

Handy central registry of all known interfaces, for logging.

module MethodID : sig ... end
module type S = sig ... end

Extends MessageSig.S with types for RPC.

module None (M : MessageSig.S) : sig ... end

A dummy RPC provider, for when the RPC features (interfaces) aren't needed.