getty-zig / getty

A (de)serialization framework for Zig
https://getty.so
MIT License
189 stars 13 forks source link

de, ser: Add attributes support for enum types #101

Closed ion232 closed 1 year ago

ion232 commented 1 year ago

Closes #100.

ion232 commented 1 year ago

Thanks for your thorough code review, it's much appreciated 🫡. There were some obvious things here I probably should have resolved before making the PR. I believe I've addressed everything you mentioned now, as well as adding an extra test case for enum pointers.