Crate faster_hex
source ·Modules
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
Enums
Functions
- Serde: Deserialize with 0x-prefix and ignore case
- Check if the input is valid hex bytes slice
- Check if the input is valid hex bytes slice
- hex_check_sse⚠
sse4.1
Safety - hex_check_sse_with_case⚠
sse4.1
Safety - Check if the input is valid hex bytes slice with case check
- 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 src.len() / 2.
- Hex encode src into dst. The length of dst must be at least src.len() * 2.
- hex_toDeprecated
- Serde: Serialize with 0x-prefix and ignore case