rclap 1.2.0

rclap is a Rust configuration utility to help to generate the clap structures. The main purpose is to reduce boilerplate code when using clap and expose the configuration requirements as a toml file.
Documentation
1
2
3
pub mod default_secret;
pub type StringSecret = default_secret::Secret<String>;
pub use default_secret::Secret;