Expand description
Helpers for displaying bytes as hex strings.
This module provides a trait for displaying things as hex as well as an implementation for
&[u8].
Macros§
- fmt_
hex_ exact - Format known-length array as hex.
Structs§
- Display
Array - Displays byte array as hex.
- Display
Byte Slice - Displays byte slice as hex.
Traits§
- Display
Hex - Extension trait for types that can be displayed as hex.