Structs§
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 thewriter
.