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.