dfir_rs 0.16.0

DFIR runtime for Rust, used by Hydro.
Documentation
1
2
3
4
5
error: Cyclical dataflow within a tick is not supported. Use `defer_tick()` or `defer_tick_lazy()` to break the cycle across ticks.
 --> tests/compile-fail/surface_negative_loop.rs:6:9
  |
6 |         source_iter([1]) -> [pos]diff;
  |         ^^^^^^^^^^^^^^^^