Crate faster_hex

Source

Modules§

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
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

Enums§

Error

Functions§

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_ssesse4.1
Safety
hex_check_sse_with_casesse4.1
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_toDeprecated
serialize
Serde: Serialize with 0x-prefix and ignore case