proptest-macro 0.5.0

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