palc 0.0.2

WIP: Command Line Argument Parser with several opposite design goal from Clap
Documentation
1
2
3
4
5
6
#[test]
#[ignore = "unstable across compiler versions"]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}