A simple and pain-free configuration language.
Corn has been designed using inspiration from JSON and Nix to produce a language
that's easy and intuitive to write, good for config files, and has a feature-set
small enough you can learn it in minutes.
Corn can be installed as an executable binary to convert files from the `.corn` format
into either `yaml` or `json`.
Install it using cargo:
```shell
cargo install cornfig
```