ini 1.2.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.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd3784bda83bafd0eb4d8e88d78feddc7016786cfda0c2193635a05f0a3d82d8"

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