codama-macros 0.9.1

Procedural macros for the Codama standard
Documentation
1
2
3
4
5
6
7
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/**/_pass.rs");
    t.pass("tests/**/*.pass.rs");
    t.compile_fail("tests/**/*.fail.rs");
}