conf 0.4.5

A derive-based config parser for CLI args, env, and structured config files
Documentation
1
2
3
4
5
6
7
# Proc-macro reference

To use `conf`, use the `#[derive(Conf)]` proc macro on your configuration struct.
Then call a [`Conf`] trait function to parse your configuration struct.

* [DeriveConf]./REFERENCE_derive_conf.md
* [DeriveSubcommands]./REFERENCE_derive_subcommands.md