package ocaml-protoc-plugin

  1. Overview
  2. Docs

Generated classes can be optimized for speed or code size.

type t =
  1. | SPEED
    (*

    Generate complete code for parsing, serialization,

    *)
  2. | CODE_SIZE
    (*

    etc.

    Use ReflectionOps to implement these methods.

    *)
  3. | LITE_RUNTIME
    (*

    Generate code using MessageLite and the lite runtime.

    *)
val name : unit -> string

Fully qualified protobuf name of this enum