parameterized 0.2.0

Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)
Documentation
test:
    cargo test --all

before-push:
    cargo fmt --all
    cargo clippy --all-targets --all-features -- -D warnings
    cargo test --all