Skip to main content

compile_abi_project

Function compile_abi_project 

Source
pub fn compile_abi_project<C: Compiler<CompilerContract = Contract>>(
    project: &mut Project<C>,
    compiler: ProjectCompiler,
) -> Result<ProjectCompileOutput<C>>
where DynamicTestLinkingPreprocessor: Preprocessor<C>,
Expand description

Compiles the project requesting only ABI output.