hdk_derive 0.7.0-dev.13

derive macros for the holochain hdk
Documentation
1
2
3
4
5
6
#[test]
#[ignore = "this is a long-running test that slows down ci - execute this manually"]
fn macros() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/macros/*.rs");
}