toml-parse 0.2.11

Set of modules for parsing, sorting and formating toml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
a = "1"
c = "3"
# comm
b = "2"
d = "4"

[dependencies.alpha]
version = "1"

# it's a comment
[dependencies.chi]
version = "3"

[dependencies.beta]
version = "2"