config_to_rs 0.1.0

Convert config files to Rust code
Documentation

For converting config files to Rust structs, so they can be compiled in to a binary. Allows for using config files in no-std no-alloc environments.

Work in progress.

Initially supports YAML.