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