Function ethers_solc::utils::resolve_library
source · pub fn resolve_library(
libs: &[impl AsRef<Path>],
source: impl AsRef<Path>
) -> Option<PathBuf>
Expand description
Returns the path to the library if the source path is in fact determined to be a library path, and it exists. Note: this does not handle relative imports or remappings.