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

Compile the contract given by path.

Errors if no contracts or more than 1 are found.