Packages

A pure Gleam implementation of Google Protobuf.

Current section

Files

Jump to
acrostic include acrostic@parser_PbEnum.hrl
Raw

include/acrostic@parser_PbEnum.hrl

-record(pb_enum, {
name :: binary(),
fields :: list(acrostic@parser:pb_enum_field())
}).