package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t
val create : ?offset:int -> ?length:int -> string -> t

Create a reader from a string, to be used when deserializing a protobuf type

val offset : t -> int
val reset : t -> int -> unit