Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 379 Bytes

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