parameterized 0.1.1

Procedural macro which allows you to define a test which can be run with multiple arguments. Test cases are defined using the 'parameterized' attribute instead of the 'test' attribute. This crate was inspired by JUnit's `@ParameterizedTest`.
Documentation
#!/usr/bin/env sh
cargo test --package parameterized-macro --test tests expected_ok_all -- --exact && \
cargo test --package parameterized-macro --test tests expected_failures  -- --exact