sycamore-macro 0.5.1

A VDOM-less web library with fine grained reactivity
Documentation
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/template/*-fail.rs");

    t.pass("tests/template/*-pass.rs");
}