Crate etcommon_util

Crate etcommon_util 

Source

Enums§

ParseHexError
Errors exhibited from read_hex.

Functions§

read_hex
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.