Module serde_utils::u8_hex

source ·
Expand description

Formats u8 as a 0x-prefixed hex string.

E.g., 0 serializes as "0x00".

Functions§