NCL
Simple configuration format based on UCL and HCL (just rewritten to Rust).
Syntax
num = 42
bool = true
object = {
num = 666
}
TODO
- numerics (change to floats, currently
u64) - booleans
- strings
- objects
Licence
See LICENCE.
Simple configuration format based on UCL and HCL (just rewritten to Rust).
num = 42
bool = true
object = {
num = 666
}
u64)See LICENCE.