mirui 0.28.1

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