Registry / auth / identity-did

identity-did

JSON →
library1.5.1rscratesunverified

Agnostic implementation of the Decentralized Identifiers (DID) standard.

# Cargo.toml [dependencies] identity_did = "1.5.1"
INSTALL
IMPORT
SIG · IDENTITY-DID
I
identity-did
authrustv1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DID
use identity_did::DID;

Parse a Decentralized Identifier (DID) string.

use identity_did::DID; fn main() { let did = DID::parse("did:example:123456789abcdefghi").unwrap(); println!("Parsed DID: {}", did); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
identity-did — cargo add identity-did · libregistry