Function foundry_compilers::utils::sol_source_files
source · pub fn sol_source_files(root: impl AsRef<Path>) -> Vec<PathBuf>
Expand description
Same as source_files but only returns files acceptable by Solc compiler.
pub fn sol_source_files(root: impl AsRef<Path>) -> Vec<PathBuf>
Same as source_files but only returns files acceptable by Solc compiler.