Registry / utility / unc-account-id

unc-account-id

JSON →
library0.7.2rscratesunverified

This crate contains the Account ID primitive and its validation facilities.

# Cargo.toml [dependencies] unc-account-id = "0.7.2"
INSTALL
IMPORT
SIG · UNC-ACCOUNT-ID
U
unc-account-id
utilityrustv0.7.2
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.

AccountId
use unc_account_id::AccountId;

Creates and validates an Unc account ID.

use unc_account_id::AccountId; fn main() { let account = AccountId::new("example.unc").unwrap(); println!("Account ID: {}", account); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
unc-account-id — cargo add unc-account-id · libregistry