ini 1.2.8

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.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6b014a1f8fcd6d9f54718543e471e1c13debde1925430d2da0478597a1dc68"

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