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.

Release v1.1.0

Gavin Morrow (Oct 1, 2025, 2:26 PM EDT) 783f7b7d 30edff65

+3 -1
+2
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v1.1.0 - 2025-10-01 11 + 10 12 ### Added 11 13 12 14 - Decoder for bools (`decode_bool()`)
+1 -1
gleam.toml
··· 1 1 name = "protobin" 2 - version = "1.0.0" 2 + version = "1.1.0" 3 3 4 4 description = "Decode the protobuf wire format." 5 5 licences = ["Apache-2.0"]