package ocaml-protoc

  1. Overview
  2. Docs

Custom container for all the types (message or enums) which are organized by their scope. This allow efficient search of a type given its type path

The construction of this container is the first step in the type resolution.

type t

container type

val empty : t

empty container

add a protobuf type

find a protobuf type given its type path

val print : Stdlib.out_channel -> t -> unit

pretty print of the container