uclicious-libucl-sys 0.8.2

Low-level bindings to libucl.
Documentation
1
2
3
4
5
6
7
8
9
section foo bar {
	  key = value
}
section foo baz {
	  key = value
}
section foo {
	  bar = lol /* removing this line makes parsing successful */
}