yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
6
7
#[allow(dead_code)]
#[rustversion::attr(stable(1.84.0), test)]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/hook_attr/*-pass.rs");
    t.compile_fail("tests/hook_attr/*-fail.rs");
}