Decode the protobuf wire format in Gleam!
3

Configure Feed

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

Update readme

Gavin Morrow (Sep 29, 2025, 3:29 PM EDT) 202c8220 b5f6ab82

+1 -6
+1 -6
README.md
··· 2 2 3 3 Decode the protobuf wire format using gleam `Decoder`s! 4 4 5 - This is just a little toy I made mostly for myself. I would be happy to 6 - polish it and make it work better, but for now this should not be used at all. 7 - Unless you're really quite adventurous and are willing to reach out to me (my 8 - email is on my github profile). 9 - 10 - Also, there is currently no support for encoding the protobuf wire format. 5 + There is currently no support for encoding the protobuf wire format. 11 6 12 7 13 8 [![Package Version](https://img.shields.io/hexpm/v/protobin)](https://hex.pm/packages/protobin)