Skip to main content Crate faster_hex_thiserror Copy item path Source nopfx_ignorecase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase nopfx_lowercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase nopfx_uppercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase option_nopfx_ignorecase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> option_nopfx_lowercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> option_nopfx_uppercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> option_withpfx_ignorecase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> option_withpfx_lowercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> option_withpfx_uppercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase for Option<Vec> withpfx_ignorecase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase withpfx_lowercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase withpfx_uppercase Serialize and deserialize with or without 0x-prefix,
and lowercase or uppercase or ignorecase Error deserialize Serde: Deserialize with 0x-prefix and ignore case hex_check Check if the input is valid hex bytes slice hex_check_fallback Check if the input is valid hex bytes slice hex_check_sse ⚠ Safety hex_check_sse_with_case ⚠ Safety hex_check_with_case Check if the input is valid hex bytes slice with case check hex_decode Hex decode src into dst.
The length of src must be even, and it’s allowed to decode a zero length src.
The length of dst must be at least src.len() / 2. hex_decode_fallback hex_decode_unchecked hex_encode Hex encode src into dst.
The length of dst must be at least src.len() * 2. hex_encode_fallback hex_encode_upper hex_encode_upper_fallback hex_string hex_string_upper hex_to Deprecated serialize Serde: Serialize with 0x-prefix and ignore case