ini 1.2.5

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

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