Module Ocaml_protoc_compiler_lib.Pb_codegen_backendSource

Compile protobuf parse tree to the ocaml type

This module focuses on the compilation steps which transforms a fully resolved Protobuf message into an OCaml representation.

After compilation this module also expose code generation functionality.

Compilation

Sourcemodule Internal : sig ... end

Internal helpers.