metamatch 0.3.0

A proc-macro for generating repetitive match arms.
Documentation
1
2
3
4
5
error: first argument to `map()` must be iterable, `str` is not
 --> tests/ui/string_not_iterable.rs:5:16
  |
5 |         "asdf".map(|x|x)
  |                ^^^