Packages

A pure Gleam implementation of Google Protobuf.

Current section

Files

Jump to
acrostic include acrostic@parser_Field.hrl
Raw

include/acrostic@parser_Field.hrl

-record(field, {
repeated :: boolean(),
ty :: binary(),
name :: binary(),
tag :: integer()
}).