ini-rs 0.2.0

Read and write INI files with funcions. Also allows direct access to INI data
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 = "ini-rs"
version = "0.2.0"
dependencies = [
 "read_lines_with_blank",
]

[[package]]
name = "read_lines_with_blank"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0acc000a01d8e75b56b048a0ec3c7557dd7c35941a8668b11653bed9edbe1e"