1//! DFIR's inner (intra-subgraph) compiled layer.
2//!
3//! The compiled layer mainly consists of [`dfir_pipes::Pull`]s and [`Sink`](futures::sink::Sink)s
4//!
5//! This module contains some extra helpers and adaptors for use with them.
67pub mod pull;
8pub mod push;