Current section

Files

Jump to
protobin src protobin.app.src
Raw

src/protobin.app.src

{application, protobin, [
{vsn, "2.2.0"},
{applications, [gleam_stdlib]},
{description, "Decode the protobuf wire format."},
{modules, [protobin,
protobin@@main,
protobin@internal@util,
protobin@internal@wire_type]},
{registered, []}
]}.