Decode the protobuf wire format in Gleam!
3

Configure Feed

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

Release v2.1.0

Gavin Morrow (Feb 27, 2026, 1:04 PM EST) cc7464ed 0cf54945

+3 -1
+2
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v2.1.0 - 2026-02-27 11 + 10 12 ### Added 11 13 12 14 - Decoder for bytes (`decode_bytes()`). Thanks to [@eaon] in [#1]!
+1 -1
gleam.toml
··· 1 1 name = "protobin" 2 - version = "2.0.0" 2 + version = "2.1.0" 3 3 4 4 description = "Decode the protobuf wire format." 5 5 licences = ["Apache-2.0"]