Module serde_utils::hex_vec

source ·
Expand description

Formats Vec<u8> as a 0x-prefixed hex string.

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

Functions§