Crate hex_pp

Source

Structs§

Hex
Reference wrapper for use in arguments formatting.
HexConfig
Configuration parameters for hex dump

Traits§

HexPP
Allows generates hex dumps to a formatter.

Functions§

hex_write
Write hex dump in specified format.
pretty_hex_write
Write multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation to the writer.
simple_hex_write
Dump source as hex octets in default format wihtout header and ASCII column to the writer.