logo
pub fn compile_with_config(
    path: impl AsRef<Path>,
    config: CompilerConfiguration
) -> Result<(), CompileError>
Expand description

Same as compile, but allow to specify a configuration.