Expand description
Support for compiling foundry_compilers::Project
Structs§
- Contract
Info - How big the contract is and whether it is a dev contract where size limits can be neglected
- Project
Compiler - Builder type to configure how to compile a project.
- Size
Report - Contracts with info about their size
Enums§
- Path
OrContract Info - Container type for parsing contract identifiers from CLI.
Functions§
- compile_
target - Compiles target file path.
- etherscan_
project - Creates a Project from an Etherscan source.
- with_
compilation_ reporter - Configures the reporter and runs the given closure.
Type Aliases§
- Analysis
- A Solar compiler instance, to grant syntactic and semantic analysis capabilities.