tommy 0.1.1

Simple toml parser built to parse configuration files for rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# this is a comment
[first_table]
string = "some string"
number = 123
float = 123.456
boolean = true

# this is another comment
[second_table]
string = "another string"
number = 456
float = 456.789
boolean = false