PackageTrack
Sign in Get early access

parameterized

Procedural macro which brings a compact parameterized testing implementation to Rust (inspired by JUnit @ParameterizedTest)

2.1.0 5.5M downloads/mo #4337 most downloaded on crates.io foresterre/parameterized

What this package is like to depend on

Last release 9 months ago

07 Nov 2025

Ships fairly regularly

a new release about every 6 months

Nearly every release is documented

notes for 9 of 10 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

10 releases · first in 2019

1 release in the last 12 months

see the full history below

Release timeline

10 releases · Nov 2019 to Nov 2025
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 10
  1. 2.1.0 07 Nov 2025
    Release notes

    parameterized

    • Updated MSRV to Rust 1.68
    • Updated parameterized-macro to 3.0.0

    parameterized-macro

    • Updated MSRV to Rust 1.68
    • Regular dependency update release cycle
    • Updated indexmap to 2.11.4 (indexmap >=2.12 requires an MSRV of 1.82; unless indexmap needs security updates, the lower MSRV is preferable)

    Full Changelog: v2.0.0...v2.1.0

    Feel free to open an issue in case of suspected bugs, or other feedback. Constructive feedback is always appreciated.

    Open source →
    Release notes

    Changed

    • Updated MSRV to Rust 1.68
    • Updated parameterized-macro to 3.0.0
    Open source →
  2. 2.0.0 05 Mar 2024
    Release notes

    What's Changed

    • Add support for custom test attributes by @foresterre in #82
    • MSRV is now 1.63

    Full Changelog: v1.1.0...v2.0.0

    Open source →
    Release notes

    Added

    • Added support for custom test macros (e.g., #[tokio::test] instead of the default #[test]) by specifying the #[parameterized_macro(...)] attribute.
    • #[parameterized] macro now parses and regenerates optional const, async, unsafe and return type items for fn definitions.

    Changed

    • MSRV is now 1.63
    Open source →
  3. 1.1.0 12 Oct 2023
    Release notes

    What's Changed

    Full Changelog: v1.0.1...v1.1.0

    Open source →
    Release notes

    Added

    • Add option to use return type in tests
    Open source →
  4. 1.0.1 09 Nov 2022
    Release notes

    Changed

    • Updated MSRV to Rust 1.38
    • Updated parameterized-macro to 1.0.1
    Open source →
    Release notes

    Changed

    • Updated MSRV to Rust 1.38
    • Updated parameterized-macro to 1.0.1
    Open source →
  5. 1.0.0 02 May 2022
    Release notes
    • Update MSRV to Rust 1.36
    Open source →
    Release notes

    Changed

    • Updated MSRV to Rust 1.36
    Open source →
  6. 0.3.1 07 Jan 2021
    Release notes
    • Fix issue where parameterized-macro used the public API of the syn::export module which the docs described as a non-public implementation details module
    • Updated syn to 1.0.58 which renamed the syn::export module to highlight it should be seen as a private module
    Open source →
    Release notes

    Fixed

    • Fix issue where parameterized-macro used the public API of the syn::export module which the docs described as a non-public implementation details module, not covered by semver
    Open source →
  7. 0.3.0 30 Dec 2020
    Release notes

    Focus on value source mode

    case-by-case mode split of to https://github.com/foresterre/yare

    Open source →
    Release notes

    This release consists of internal changes. There are no changes for users. An alternative syntax which was added after 0.2.0, but was never released, has been moved into its own project named Yare.

    Open source →
  8. 0.2.0 20 Jun 2020
    Release notes

    Remove expand dependency on the current macro crate version

    This is possible since we don't publish the expand crate

    Open source →
    Release notes

    This release consists of internal changes. There are no changes for users.

    Open source →
  9. 0.1.1 14 Dec 2019

    Nothing published for this version

  10. 0.1.0 09 Nov 2019
    Release notes

    First version published on crates.io

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive