Static ethers::solc::utils::RE_SOL_IMPORT[][src]

pub static RE_SOL_IMPORT: Lazy<Regex, fn() -> Regex>
Expand description

A regex that matches the import path and identifier of a solidity import statement with the named groups “path”, “id”.