Trait pretty_hex::PrettyHex [−][src]
Allows generates hex dumps to a formatter.
Required methods
fn hex_dump(&self) -> Hex<'_, Self>
[src]
Wrap self reference for use in std::fmt::Display
and std::fmt::Debug
formatting as hex dumps.
fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self>
[src]
Wrap self reference for use in std::fmt::Display
and std::fmt::Debug
formatting as hex dumps in specified format.