yini 0.1.4

extremely simple .ini file parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "seq-map"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "333a1dc490bfaf1e93999617cd125dbc670e4c825186e086d48da74275d10a26"

[[package]]
name = "yini"
version = "0.1.4"
dependencies = [
 "seq-map",
]