tini 0.1.1

A tiny ini parsing library, written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tini"
description = "A tiny ini parsing library, written in Rust"
version = "0.1.1"
authors = ["Alexey Golubev <dr.freecx@gmail.com>", "Vova Abdrakhmanov <369565@gmail.com>"]
documentation = "http://pinecrew.github.io/tini/tini/"
repository = "https://github.com/pinecrew/tini"
keywords = ["ini", "configuration", "conf", "cfg"]
license = "BSD-3-Clause"

[lib]
name = "tini"

[[example]]
name = "test"

[[example]]
name = "read"