Skip to main content

compile

Function compile 

Source
pub fn compile(config_path: impl AsRef<Path>) -> Result<Compiled, CompileError>
Expand description

Compile a flusso.toml (and the schemas it references) into a Compiled envelope. Needs neither a database nor any secret to be set — schemas are self-describing and secrets are deferred.