zig-protobuf
zig-protobuf copied to clipboard
Manage required fields through restrictions
Can use a method check_validity(self: T) InvalidErrors!void { ... } to ensure the message adheres to restrictions and options before encoding and after decoding.
Can be a first step for required fields on proto2