Registry / utility / etcommon-hexutil

etcommon-hexutil

JSON →
library0.2.4rscratesunverified

Provides hex encoding and decoding helper functions for Ethereum common utilities.

# Cargo.toml [dependencies] etcommon-hexutil = "0.2.4"
INSTALL
IMPORT
SIG · ETCOMMON-HEXUTIL
E
etcommon-hexutil
utilityrustv0.2.4
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.

hex
use etcommon_hexutil::hex;

Encodes a byte vector to a hex string.

use etcommon_hexutil::hex; fn main() { let data = vec![0xde, 0xad, 0xbe, 0xef]; let encoded = hex::encode(&data); println!("{}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
etcommon-hexutil — cargo add etcommon-hexutil · libregistry