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§

Structs§

Traits§

  • Extension trait for types that can be displayed as hex.