#proc-macro #test

macro assay-proc-macro

A super powered testing macro for Rust

2 releases

0.1.1 Feb 25, 2022
0.1.0 Feb 14, 2022

#732 in #test

Download history 322/week @ 2024-01-05 228/week @ 2024-01-12 509/week @ 2024-01-19 418/week @ 2024-01-26 414/week @ 2024-02-02 347/week @ 2024-02-09 230/week @ 2024-02-16 238/week @ 2024-02-23 121/week @ 2024-03-01 293/week @ 2024-03-08 303/week @ 2024-03-15 377/week @ 2024-03-22 288/week @ 2024-03-29 418/week @ 2024-04-05 313/week @ 2024-04-12 91/week @ 2024-04-19

1,153 downloads per month
Used in 4 crates (via assay)

MPL-2.0 license

9KB
208 lines

assay-proc-macro

This proc-macro is a part of the assay crate. You want to use that crate rather than this one directly if you want things to work properly.

MSRV Policy

We do not have a Minimum Supported Rust Version and only track stable. Given this crate uses 2021 edition rustc >= 1.56 for now, but that's not always guaranteed to be the case and later versions might require a greater version than 1.56.

License

All files within this project are distributed under the Mozilla Public License version 2.0. You can read the terms of the license in LICENSE.txt.

Dependencies

~1.5MB
~33K SLoC