Crate proptest_macro

Source

Attribute Macrosยง

property_test
The property_test procedural macro simplifies the creation of property-based tests using the proptest crate. This macro provides a more concise syntax for writing tests that automatically generate test cases based on properties.