ini 1.3.0

A simple macro built on top of configparser to load and parse ini files. 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/ini-rs"

[dependencies.configparser]
version = "1.0.0"

[package]
authors = ["QEDK <qedk.en@gmail.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "A simple macro built on top of configparser to load and parse ini files. You can use this to write Rust programs which can be customized by end users easily."
documentation = "https://docs.rs/ini"
edition = "2018"
homepage = "https://github.com/QEDK/ini-rs"
keywords = ["config", "ini", "settings", "configuration", "macro"]
license = "MIT OR LGPL-3.0-or-later"
name = "ini"
readme = "README.md"
repository = "https://github.com/QEDK/ini-rs"
version = "1.3.0"