1 2 3 4 5
//! Flow analysis — per-stratum transformation / aggregation codegen. pub(super) mod non_recursive; pub(super) mod recursive; pub(super) mod transformation;