package protocell

  1. Overview
  2. Docs
A Protobuf plugin for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

protocell-1.0.0.tbz
sha256=8296a7b386ad3ceb5e815374e8e4aa608d618869988b6f89b354c46225582fa8
sha512=7e3c758ac59b3a52aa523e1939103e8b4ad6adf8801df0a4bb1f947650e6f626c83ae7c55f1d114bbb652114fd46e88a7ed4835079ba70eaeb137220aefc3189

doc/protocell.runtime/Runtime/Types/index.html

Module Runtime.TypesSource

Sourcetype 'sort decoding_error = [
  1. | `Wrong_value_sort_for_string_field of 'sort * Base.string Field_value.typ
  2. | `Wrong_value_sort_for_int_field of 'sort * Base.int Field_value.typ
  3. | `Wrong_value_sort_for_float_field of 'sort * Base.float Field_value.typ
  4. | `Wrong_value_sort_for_bool_field of 'sort * Base.bool Field_value.typ
  5. | `Wrong_value_sort_for_user_field of 'sort
  6. | `Wrong_value_sort_for_enum_field of 'sort
  7. | `Unrecognized_enum_value
  8. | `Multiple_oneof_fields_set
  9. | `Integer_outside_int_type_range of Base.int64
]
Sourcetype 'v value = 'v Field_value.t
Sourcetype 'v typ = 'v Field_value.typ
Sourcemodule type Encoding = sig ... end
OCaml

Innovation. Community. Security.