mirui 0.12.3

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
#[test]
fn compose_backend_errors_are_stable() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compose_backend_fail/*.rs");
}