hrszpuk / odin-ini

:fire: An easy to use and highly customizable INI serialiser/deserialiser for Odin!
MIT License
1 stars 0 forks source link

`write_to_string` does not support nested sections #18

Closed hrszpuk closed 5 months ago

hrszpuk commented 5 months ago

The layout of the config struct allows for nested sections but write_to_string does not support nesting and instead treats nested sections as top-level sections.