cairo_lang_starknet::compile

Function compile_path

source
pub fn compile_path(
    path: &Path,
    contract_path: Option<&str>,
    compiler_config: CompilerConfig<'_>,
) -> Result<ContractClass>
Expand description

Compile the contract given by path. Errors if there is ambiguity.