configparser 3.2.0

A simple configuration parsing utility with no dependencies that allows you to parse INI and ini-style syntax. You can use this to write Rust programs which can be customized by end users easily.
Documentation
1
2
3
4
5
[DEFAULT]
fallback_key = fallback value

[mysection]
regular_key = no fallback