legion 0.4.0

High performance entity component system (ECS) library
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "codegen")]
mod tests {
    #[test]
    fn ui() {
        let t = trybuild::TestCases::new();
        t.compile_fail("tests/failures/*.rs");
    }
}