cli-settings-derive 0.3.2

Manage CLI settings with configuration file(s) and command line parsing, using serde and clap
Documentation
1
2
3
4
5
6
7
8
9
//! Test macro expansion with various inputs

#[test]
pub fn pass() {
    // generate with test code locally to see #[tests]
    // (not activated by default as the output contains some local context)
    //macrotest::expand_args("tests/expand/*.rs", &["--tests"]);
    macrotest::expand("tests/expand/*.rs");
}