Packages

A Protocol Buffers library for Gleam, providing encoding and decoding of protobuf messages.

Current section

Files

Jump to
protozoa include protozoa@parser_Field.hrl
Raw

include/protozoa@parser_Field.hrl

-record(field, {
name :: binary(),
field_type :: protozoa@parser:proto_type(),
number :: integer(),
oneof_name :: gleam@option:option(binary()),
options :: list(protozoa@parser:field_option())
}).