dfir_rs/compiled/
mod.rs

1//! DFIR's inner (intra-subgraph) compiled layer.
2//!
3//! The compiled layer mainly consists of [`Iterator`]s (from standard Rust)
4//! and [`Pusherator`](::pusherator::Pusherator)s (from the [`pusherator`] crate). This module
5//! contains some extra helpers and adaptors for use with them.
6pub mod pull;