dfir_rs 0.16.0

DFIR runtime for Rust, used by Hydro.
Documentation
1
2
3
4
5
error: Source operator `source_iter(...)` must be at the root level, not within any `loop { ... }` contexts.
 --> tests/compile-fail-stable/surface_loop_source.rs:4:13
  |
4 |             source_iter(0..10) -> null();
  |             ^^^^^^^^^^^