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).