hocon-parser 1.6.1

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
4
5
foo=42
# included without file()
include "bar.conf"
# included using file()
include file("bar-file.conf")