ucg 0.6.4

A configuration generation grammar.
Documentation
1
2
3
4
5
6
7
8
9
10
YAML conversions expect any UCG value.

They are transformed into toml using the following rules:

- tuples become maps `{...}`
- lists become lists `[...]`
- Int becomes an Int
- Float becomes a Float
- Strings become Strings.
- Functions and Modules are ignored.