Rust crate for parsing DIDs and DID URLs.
- DID Parsing: Capability to parse
did:
strings, ensuring they comply with the DID specifications. - DID URL: Functionality to parse DID URLs.
Add the did_parser library as a dependency in your Cargo.toml
file:
[dependencies]
did_parser_nom = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }