Module fixed_bytes_hex

Module fixed_bytes_hex 

Source
Expand description

Formats [u8; n] as a 0x-prefixed hex string.

E.g., [0, 1, 2, 3] serializes as "0x00010203".

Modulesยง

bytes_4_hex
bytes_8_hex