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.

Docs

Gavin Morrow (Sep 29, 2025, 10:19 AM EDT) 2edd4371 0150004c

+1 -1
+1 -1
src/protobin.gleam
··· 165 165 } 166 166 } 167 167 168 - /// Reads the bits from a varint and parses them a BitArray. The returned bits 168 + /// Reads the bits from a varint and parses them a `BitArray`. The returned bits 169 169 /// can be parsed as a uint. 170 170 /// 171 171 /// For a decoder that does this, use `decoders.uint()`.