configparser 0.10.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
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "QEDK/configparser"

[package]
authors = ["QEDK <qedk.en@gmail.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "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 = "https://docs.rs/configparser"
edition = "2018"
homepage = "https://github.com/QEDK/configparser-rs"
keywords = ["config", "ini", "settings", "configuration", "parser"]
license = "MIT OR LGPL-3.0-or-later"
name = "configparser"
readme = "README.md"
repository = "https://github.com/QEDK/configparser-rs"
version = "0.10.0"