Crate hexutil

source ·

Enums

Errors exhibited from read_hex.

Functions

Return s without the 0x at the beginning of it, if any.
Parses a given hex string and return a list of bytes if succeeded. The string can optionally start by 0x, which indicates that it is a hex representation.
Given a bytearray, get a Ethereum-compatible string hex.