Registry / crypto / ckb-util

ckb-util

JSON →
library1.3.0rscratesunverified

Utilities for the Nervos CKB blockchain, providing common helper functions.

# Cargo.toml [dependencies] ckb-util = "1.3.0"
INSTALL
IMPORT
SIG · CKB-UTIL
C
ckb-util
cryptorustv1.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.

Mutex
use ckb_util::Mutex;

Create a CKB-specific Mutex.

use ckb_util::Mutex; fn main() { let data = Mutex::new(42); println!("CKB Mutex created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
ckb-util — cargo add ckb-util · libregistry