ncl 0.1.3

Simple configuration file format based on UCL, HCL and JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ncl"
version = "0.1.3"
license = "MIT"
description = "Simple configuration file format based on UCL, HCL and JSON"
repository = "https://github.com/nukomeet/ncl"
authors = [
  "Ɓukasz Niemier <lukasz@niemier.pl>",
  "Nukomeet <bonjour@nukomeet.com>"
]

[dependencies]
nom = "~0.3.0"

[features]
unstable = []