caelix-core 0.0.21

Core primitives for the Caelix framework.
Documentation
1
2
3
4
5
6
7
#[test]
fn event_registration_compile_contracts() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/injectable_requires_dependencies.rs");
    t.compile_fail("tests/ui/event_handler_missing_registerable.rs");
    t.compile_fail("tests/ui/event_handler_for_wrong_event.rs");
}