Registry / crypto / sp-core

sp-core

JSON →
library39.0.0rscratesunverified

Shareable Substrate types for core functionality.

# Cargo.toml [dependencies] sp-core = "39.0.0"
INSTALL
IMPORT
SIG · SP-CORE
S
sp-core
cryptorustv39.0.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.

H256
use sp_core::H256;

Example using the H256 hash type from sp-core.

use sp_core::H256; fn main() { let hash = H256::default(); println!("Hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
39.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
sp-core — cargo add sp-core · libregistry