gemfra-codegen 0.1.0

A collection of macros for use with the gemfra crate
Documentation
1
2
3
4
5
6
#[test]
fn macro_tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/01-simple-route.rs");
    t.pass("tests/02-named-param.rs");
}