Module debug

Source

Functions§

to_hex_address
Convert a [u8; 20] to a string of hex bytes prefixed with a ‘0x’.
to_hex_string
Convert a [u8; 32] to a string of hex bytes separated by spaces, with revelent bytes in green.
vec_to_hex_string
Convert a Vec to a string of hex bytes separated by spaces, with revelent bytes in green.