getty-zig / getty

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

Update visitString return type to include used Boolean #146

Closed ibokuri closed 10 months ago

ibokuri commented 10 months ago

This'll allow deserializers to know whether or not the value passed to visitString was used. If so, then it should not be freed unless the managing entity wants to free it.