ini 1.0.1

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "configparser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42b189e8e42c8777294c0a6fca1fa765fb9197dc7333dc4b9f6b22d6b8570a2a"

[[package]]
name = "ini"
version = "1.0.1"
dependencies = [
 "configparser",
]