Decode the protobuf wire format in Gleam!
3

Configure Feed

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

Release v2.0.0

Gavin Morrow (Oct 1, 2025, 3:38 PM EDT) 4bcabc9f 44e4b607

+3 -1
+2
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v2.0.0 - 2025-10-01 11 + 10 12 ### Added 11 13 12 14 - Make parsing configurable, with `parse_with_config()` and `Config`.
+1 -1
gleam.toml
··· 1 1 name = "protobin" 2 - version = "1.1.0" 2 + version = "2.0.0" 3 3 4 4 description = "Decode the protobuf wire format." 5 5 licences = ["Apache-2.0"]