Module protobuf_native::compiler

source ·
Expand description

Implementation of the Protocol Buffer compiler.

This module contains code for parsing .proto files and generating code based on them. It is particularly useful when you need to deal with arbitrary Protobuf messages at runtime.

Structs§

Enums§

Traits§

  • If the importer encounters problems while trying to import the proto files, it reports them to a MultiFileErrorCollector.
  • Abstract interface which represents a directory tree containing .proto files.