Crate typed_test_gen

Source

Attribute Macrosยง

test_with
procedural attribute macro: can replace the attribute #[test] with #[test_with(u32, u64)] for example (when placed on a function with only one generic type parameter), to generate a test on each type.