vacro-report 0.1.3

Diagnostic reporting enhancements for Rust procedural macros, improving error messages.
Documentation
1
2
3
4
5
6
fn main() {
    macros::parse_roles!({
        a: hello,
        b: world!,
    });
}