Registry / utility / kaspa-utils

kaspa-utils

JSON →
library0.15.0rscratesunverified

Utility functions and types for the Kaspa cryptocurrency project.

# Cargo.toml [dependencies] kaspa-utils = "0.15.0"
INSTALL
IMPORT
SIG · KASPA-UTILS
K
kaspa-utils
utilityrustv0.15.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.

ToHex
use kaspa_utils::hex::ToHex;

Converts a byte vector to a hex string.

use kaspa_utils::hex::ToHex; let bytes = vec![0xde, 0xad]; println!("Hex: {}", bytes.to_hex());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kaspa-utils — cargo add kaspa-utils · libregistry