odin-ini-parser
odin-ini-parser copied to clipboard
Parser should accept an allocator argument
I was trying to use this library and wanted to allocate with the temporary allocator
Much like the other encoders in the core collection, I expected to be able to pass in an allocator explicitly, but would have to:
context.allocator = context.temp_allocator
before parsing in order to achieve that.
I agree, would be a good addition