You can search for identifiers within the package.
in-package search v0.2.0
Low-level Protobuf codec
type payload_kind =
| Varint
| Bits32
| Bits64
| Bytes
Type of wire format payload kinds.
module Decoder : sig ... end
module Encoder : sig ... end