datum-core 0.10.6

Rust stream-processing library mirroring Akka/Pekko Streams Typed, built on Ractor actors
Documentation
1
2
3
4
5
6
7
8
#[test]
fn graph_port_strictness_compile_fail() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/graph_connect_type_mismatch.rs");
    tests.compile_fail("tests/ui/typed_builder_double_wire_inlet.rs");
    tests.compile_fail("tests/ui/typed_builder_double_wire_outlet.rs");
    tests.compile_fail("tests/ui/typed_builder_reuse_connected_port_as_external.rs");
}