parameterized 0.3.1

Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)
Documentation
[dependencies.parameterized-macro]
version = "=0.3.1"

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
categories = ["development-tools", "development-tools::testing"]
description = "Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)"
documentation = "https://docs.rs/crate/parameterized"
edition = "2018"
keywords = ["parameterized", "parametrized", "test", "unit-test", "junit"]
license = "MIT OR Apache-2.0"
name = "parameterized"
readme = "README.md"
repository = "https://github.com/foresterre/parameterized"
version = "0.3.1"