pub fn compile(
flow: &FlowDefinition,
output_dir: &Path,
skip_building: bool,
optimize: bool,
source_urls: &mut BTreeMap<String, Url>,
) -> Result<CompilerTables>
Expand description
Take a hierarchical flow definition in memory and compile it, generating a manifest for execution of the flow, including references to libraries required.