As suggested in #61 and based on previous work #69 to generate immutable field by default, a new boolean field option (ocaml_mutable) is added. This allow the .proto writer to control the whether a field is mutable or not in the OCaml generated type.
As suggested in #61 and based on previous work #69 to generate immutable field by default, a new boolean field option
(ocaml_mutable)
is added. This allow the.proto
writer to control the whether a field ismutable
or not in the OCaml generated type.