Decode the protobuf wire format in Gleam! protobin.hexdocs.pm/
gleam protobuf
3

Configure Feed

Select the types of activity you want to include in your feed.

Update gleam.toml

Gavin Morrow (Sep 29, 2025, 3:12 PM EDT) d80b5821 6d5f7687

+1 -8
+1 -8
gleam.toml
··· 1 1 name = "protobin" 2 2 version = "1.0.0" 3 3 4 - # Fill out these fields if you intend to generate HTML documentation or publish 5 - # your project to the Hex package manager. 6 - # 7 4 description = "Decode the protobuf wire format." 8 5 licences = ["Apache-2.0"] 9 - repository = { type = "github", user = "gavinmorrow", repo = "gleam-protobin" } 10 - # links = [{ title = "Website", href = "" }] 11 - # 12 - # For a full reference of all the available options, you can have a look at 13 - # https://gleam.run/writing-gleam/gleam-toml/. 6 + repository = { type = "github", user = "gavinmorrow", repo = "protobin" } 14 7 15 8 [dependencies] 16 9 gleam_stdlib = ">= 0.44.0 and < 2.0.0"