metamatch 0.3.0

A proc-macro for generating repetitive match arms.
Documentation
1
2
3
4
5
error: cannot index into `str`
 --> tests/ui/string_not_indexable.rs:5:15
  |
5 |         "asdf"[2]
  |               ^^^