macro-template 0.1.0

Macro to generate repeated Rust code with table-driven inputs.
Documentation
1
2
3
4
5
error: unknown range input method
 --> tests/ui/err/unknown_range_method.rs:5:26
  |
5 |         for N in (0..=3).step_by() {
  |                          ^^^^^^^