hydroflow 0.10.0

Hydro's low-level dataflow runtime and IR
Documentation
1
2
3
4
5
#[test]
fn test_all() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/surface_*.rs");
}