flowlog-build 0.3.0

Build-time FlowLog compiler for library mode.
Documentation
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;