proptest-macro 0.5.0

Procedural macros for the proptest crate
Documentation
1
2
3
fn foo(x: i32, y: i32) {
    println!("{x} and {y}");
}