hydroflow 0.10.0

Hydro's low-level dataflow runtime and IR
Documentation
1
2
3
4
5
6
7
8
9
10
error: unexpected end of input, expected one of: square brackets, `mod`, identifier, parentheses
 --> tests/compile-fail/surface_syntax_eol_arrow.rs:4:18
  |
4 |       let mut df = hydroflow_syntax! {
  |  __________________^
5 | |         source_iter(0..10) ->
6 | |     };
  | |_____^
  |
  = note: this error originates in the macro `hydroflow_syntax` (in Nightly builds, run with -Z macro-backtrace for more info)