kompact 0.11.3

Kompact is a Rust implementation of the Kompics component model combined with the Actor model.
Documentation
1
2
3
4
5
6
7
8
9
// Stable formats the output differently
#[allow(dead_code)]
#[rustversion::attr(nightly, test)]
#[ignore = "The format is just too unstable and constantly breaks the build"]
fn compile_test() {
    // Uncomment this to run the tests. Ignored tests still run on CI, which doesn't solve the issue.
    // let t = trybuild::TestCases::new();
    // t.compile_fail("tests/compile-fail/*.rs");
}