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
defaultvalues=defaultvalues

[topsecret]
KFC = the secret herb is orega-
colon:value after colon
Empty string =
None string
Password=[in-brackets]

	[ spacing ]
		indented=indented
not indented = not indented

[values]
Bool = True
Boolcoerce = 0
Int = -31415
Uint = 31415
Float = 3.1415