pound 0.1.5

low footprint, derive-first CLI parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: EUPL-1.2

//! compile-fail coverage for the derive's error paths.

#![cfg(feature = "derive")]

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}