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
[workspace]
members = [
    "first",
"second",
    "third",
"fourth",
]

# this is tabs not spaces
authors = [
	"Manish Goregaokar <manishsmail@gmail.com>",
	"Andre Bogus <bogusandre@gmail.com>",
	"Georg Brandl <georg@python.org>",
	"Martin Carton <cartonmartin@gmail.com>",
	"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
]