tini 0.9.0

A tiny ini parsing library, written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
name = "tini"

[package]
authors = ["Alexey Golubev <dr.freecx@gmail.com>", "Vova Abdrakhmanov <369565@gmail.com>"]
autoexamples = true
description = "A tiny ini parsing library, written in Rust"
documentation = "https://docs.rs/tini"
edition = "2018"
exclude = [".github/", "examples/"]
keywords = ["ini", "configuration", "conf", "cfg"]
license = "BSD-3-Clause"
name = "tini"
repository = "https://github.com/pinecrew/tini"
version = "0.9.0"