Registry / auth / ssi-caips

ssi-caips

JSON →
library0.3.0rscratesunverified

Implementation of CAIP standards for the SSI library.

# Cargo.toml [dependencies] ssi-caips = "0.3.0"
INSTALL
IMPORT
SIG · SSI-CAIPS
S
ssi-caips
authrustv0.3.0
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.

Caip10
use ssi_caips::Caip10;

Parses a CAIP-10 account identifier.

use ssi_caips::Caip10; fn main() { let caip = "eip155:1:0xabc".parse::<Caip10>().unwrap(); println!("{}", caip); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
ssi-caips — cargo add ssi-caips · libregistry