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§
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_ ⚠sse sse4.1
- Safety
- hex_
check_ ⚠sse_ with_ case sse4.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_to
Deprecated - serialize
- Serde: Serialize with 0x-prefix and ignore case