package ocaml-protoc-plugin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module FileOptions.OptimizeModeSource

Generated classes can be optimized for speed or code size.

Sourcetype 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.

    *)
Sourceval name : unit -> string

Fully qualified protobuf name of this enum