Expand description
Structs§
- Config
- Configuration for hex dumping and reverse hex dumping operations.
Functions§
- hex_
dump - Processes input on a single thread and generates a hex dump using the provided
Config
. - print_
usage - Prints the usage information for the program and exits with a non-zero status.
- print_
version - Prints the program name and version, then exits successfully.
- reverse_
hex_ dump - Performs a reconstruction of binary data from a hex dump using the given
Config
. - run
- Performs the appropriate operation, depending on the provided
Config
.