Registry / crypto / unc-primitives-core

unc-primitives-core

JSON →
library0.12.2rscratesunverified

Core set of primitives used by other unc-infra crates including unc-primitives.

# Cargo.toml [dependencies] unc-primitives-core = "0.12.2"
INSTALL
IMPORT
SIG · UNC-PRIMITIVES-COR
U
unc-primitives-core
cryptorustv0.12.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_primitives_core::AccountId;

Creates a new UNC account ID using primitives core.

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

No known issues recorded.

Upgrade
Version history
0.12.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
Resources
unc-primitives-core — cargo add unc-primitives-core · libregistry