Struct cairo_lang_compiler::CompilerConfig
source · pub struct CompilerConfig {
pub on_diagnostic: Option<Box<dyn FnMut(String)>>,
pub replace_ids: bool,
}
Expand description
Configuration for the compiler.
Fields§
§on_diagnostic: Option<Box<dyn FnMut(String)>>
§replace_ids: bool
Replaces sierra ids with human-readable ones.