status-im / nim-toml-serialization

Flexible TOML serialization [not] relying on run-time type information.
Apache License 2.0
37 stars 7 forks source link

Improvement: unify parseList and parseArray implementation #79

Closed jangko closed 8 months ago

jangko commented 8 months ago

Reduce maintenance cost and make it easier to add new features to them e.g. nested structure depth limit.