configure_me_codegen 0.4.8

A library for easy processing of application configuration from files, environment variables and command line arguments.
Documentation
1
2
3
4
5
    pub foo: u32,
    pub bar: Option<String>,
    pub baz: String,
    pub verbose: bool,
    pub fast: bool,