tom 0.0.1

Yet another format-preserving TOML parser/manipulator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# file comment

# comment on key-value
key = "value"

# table comment
[table]
foo = 92
baz = 62 # inline key-value comment
quux = ''#adj
# trailing file comment