Module bitcoin_internals::hex::display
source · 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§
- Format known-length array as hex.
Structs§
- Displays byte array as hex.
- Displays byte slice as hex.
Traits§
- Extension trait for types that can be displayed as hex.