phoxal-macros 0.46.0

Proc-macros for the phoxal framework API tree and participant authoring model.
Documentation
1
2
3
4
5
#[test]
fn trybuild_ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/trybuild/fail/*.rs");
}