#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

#746 in #test

Download history 274/week @ 2024-05-22 309/week @ 2024-05-29 178/week @ 2024-06-05 208/week @ 2024-06-12 175/week @ 2024-06-19 210/week @ 2024-06-26 148/week @ 2024-07-03 172/week @ 2024-07-10 234/week @ 2024-07-17 292/week @ 2024-07-24 186/week @ 2024-07-31 348/week @ 2024-08-07 444/week @ 2024-08-14 201/week @ 2024-08-21 263/week @ 2024-08-28 168/week @ 2024-09-04

1,132 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
~36K SLoC