Expand description
DID URLs, a way to inter-link to crate::did::DIDs.
Structsยง
- URL
- DID URL handling, including parsing, (de)-serialization, and manipulation according to https://www.w3.org/TR/did-core/#did-url-syntax.
- URLParameters
- A struct to encapsulate URL parameters. All members of this struct are optional, liberal use of
..Default::default()is recommended to couch the extra fields.