◐ Shell
clean mode source ↗

GitHub - mlugg/zigpb: Simple Protobuf encoder and decoder in Zig

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

zigpb

This is a simple Protobuf encoding and decoding library written in Zig. It aims to support Protobuf 3, but also supports custom defaults, meaning any Protobuf 2 message which does not use the deprecated groups feature can also be used.

Details of the API are currently subject to change. Some planned changes are as follows:

  • Add a comptime parser for .proto files