smart-cache-macro 0.2.0

Procedural macros for smart-cache
Documentation
1
2
3
4
5
6
7
8
#[test]
fn compile_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");

    // skip for now as refs are broken (#1)
    t.pass("tests/success/*.rs");
}