4 releases

Uses old Rust 2015

0.1.3 Aug 1, 2015
0.1.2 Jul 31, 2015
0.1.1 Jul 31, 2015
0.1.0 Jul 31, 2015

MIT license

7KB
200 lines

NCL

Build Status

Simple configuration format based on UCL and HCL (just rewritten to Rust).

Syntax

num = 42
str = "str"
bool = true
object = {
  num = 666
}

TODO

  • 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

Licence

See LICENCE.

Dependencies

~530KB
~10K SLoC