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)]
#[cfg(yew_lints)]
#[rustversion::attr(nightly, test)]
fn test_html_lints() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/html_lints/fail.rs");
}