parameterized 1.0.0

Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
status = [

    "test (msrv)",

    "test (stable)",

    "test (macos)",

    "test (win-gnu)",

    "test (win-msvc)",

    "rustfmt",

    "clippy",

    "cargo_deny (advisories)",

    "cargo_deny (bans licenses sources)",

    "msrv"

]