Expand description
Structs§
- Context
- A lightweight context for inline codegen that avoids the overhead of the full scheduled graph (no tokio channels, no scheduler queues, no loop machinery).
- Dfir
- An executable DFIR dataflow, as created by
dfir_syntax!. Provides theSelf::run,Self::run_available, andSelf::run_tickfamily of methods to execute the dataflow.
Type Aliases§
- Dfir
Erased - Type alias for a type-erased
Dfirthat can be stored in heterogeneous collections. Created viaDfir::into_erased.