Simple configuration format based on UCL and HCL (just rewritten to Rust).
num = 42
str = "str"
bool = true
object = {
num = 666
}
- numerics (change to floats, currently
u64
) - booleans
- strings
- objects
- comments
- subkey notation (
obj "key" {}
) - add Mustache support for external variables/functions
- string escapes characters
- arrays
- auto-arrays
See LICENCE
.