metamatch 0.3.0

A proc-macro for generating repetitive match arms.
Documentation
1
2
3
4
5
6
7
use metamatch::unquote;

fn main() {
    unquote! {
        "asdf"[2]
    }
}