Module traits
const_
hex
1.14.0
Module traits
Module Items
Traits
In crate const_
hex
Modules
serde
traits
Structs
Buffer
Enums
FromHexError
Constants
HEX_CHARS_LOWER
HEX_CHARS_UPPER
HEX_DECODE_LUT
NIL
Traits
FromHex
ToHex
Functions
check
check_raw
const_check
const_check_raw
const_decode_to_array
const_encode
decode
decode_to_array
decode_to_slice
encode
encode_prefixed
encode_to_slice
encode_to_slice_upper
encode_upper
encode_upper_prefixed
const_hex
Module
traits
Copy item path
Settings
Help
Summary
Source
Expand description
Modified from
hex
.
Traits
§
FromHex
Types that can be decoded from a hex string.
ToHex
Deprecated
Encoding values as hex string.
ToHex
Ext
Encoding values as hex string.