Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
219 stars 25 forks source link

Reduce scope for 0.9.0 release #11

Closed Arwalk closed 1 year ago

Arwalk commented 2 years ago

I'm currently unable to find a solution for the OneOf field. Just axe it for a 0.9.0 release and make everything work a bit.

Maybe i should just leave the idea of comptime optimisation for OneOf and have a simpler process?

Everything else works.