parameterized 1.0.1

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
13
14
[licenses]
unlicensed = "deny"
copyleft = "deny"
confidence-threshold = 0.925
allow = [
    "Apache-2.0",
    "MIT",
    "Unicode-DFS-2016",
]

[advisories]
vulnerability = "deny"
unmaintained = "deny"
notice = "deny"