#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

#711 in #test

Download history 175/week @ 2023-12-05 417/week @ 2023-12-12 318/week @ 2023-12-19 131/week @ 2023-12-26 331/week @ 2024-01-02 304/week @ 2024-01-09 404/week @ 2024-01-16 504/week @ 2024-01-23 251/week @ 2024-01-30 525/week @ 2024-02-06 224/week @ 2024-02-13 309/week @ 2024-02-20 147/week @ 2024-02-27 143/week @ 2024-03-05 398/week @ 2024-03-12 274/week @ 2024-03-19

1,064 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