pub type LowHex = Hex<false>;
Adapter to serialize bytes as a lowercase hex string
pub struct LowHex {}