Module display

Module 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§

fmt_hex_exact
Format known-length array as hex.

Structs§

DisplayArray
Displays byte array as hex.
DisplayByteSlice
Displays byte slice as hex.

Traits§

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