Registry / utility / ethereum-hexutil

ethereum-hexutil

JSON →
library0.2.3rscratesunverified

Provides hex encoding and decoding helper functions for Ethereum-related data.

# Cargo.toml [dependencies] ethereum-hexutil = "0.2.3"
INSTALL
IMPORT
SIG · ETHEREUM-HEXUTIL
E
ethereum-hexutil
utilityrustv0.2.3
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 ethereum_hexutil::Hex;

Encodes a byte vector into a hex string.

use ethereum_hexutil::Hex; fn main() { let hex = Hex::from(vec![0xde, 0xad]); println!("{}", hex.to_string()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
ethereum-hexutil — cargo add ethereum-hexutil · libregistry