Function cairo_lang_starknet::compile::starknet_compile
source · pub fn starknet_compile(
crate_path: PathBuf,
contract_path: Option<String>,
config: Option<CompilerConfig<'_>>,
allowed_libfuncs_list: Option<ListSelector>
) -> Result<String>
Expand description
Compile Starknet crate (or specific contract in the crate).