configparser 3.1.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
6
7
8
9
[Section]
Key1: Value1
Key2: Value Two
Key3: this is a haiku
    spread across separate lines
    # This is a comment

    a single value
Key4: Four