hex-display
An implementation of Display on a wrapper for &[u8] which provides a hexdump (see [Hex] and
[HexDisplayExt]). This crate also works in no_std environments.
If std is present, it can also convert to a hexdump as a string.
Example usage
use HexDisplayExt;
assert_eq!;
assert_eq!;
Minimum Supported Rust Version
The MSRV is as defined in the Cargo.toml file. It may increase in minor versions, but will always
remain at least a year ago.