hocon-parser 1.6.1

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
4
5
6
7
// this checks quoting of strings that could be numbers, when we render

"10" = "42"
"-10" = "-42"
foo-bar = bar-baz
"---" = "------"
a- = b-