mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Add try parse ini #506

Closed mfirhas closed 6 months ago

mfirhas commented 6 months ago

Nested configs from .ini file cannot be converted automatically into struct's field types.

Add parsing for nested .ini file format.

matthiasbeyer commented 6 months ago

PR should not be merged.

Agreed.

mfirhas commented 6 months ago

@polarathene Sorry for the inconvenient. I branched out from 0.13.4 in my fork, because that's work for me in my test like I explained in the issue, I though there are unmerged commits here related to the issue I explained. I though all the commits in release tags should be in master(I assume master is the most stable), turned out it should be cherry-picked.