fn parse_artifact_path(path: &str) -> Result<ParsedArtifactPath<'_>, String>Expand description
Parses an artifact path string into its components.
Supports the following formats:
path/to/contract.solpath/to/contract.sol:ContractNamepath/to/contract.sol:ContractName:0.8.23path/to/contract.sol:ContractName:profilepath/to/contract.sol:0.8.23path/to/contract.sol:profileContractNameContractName:0.8.23ContractName:profile