rhd/README.md
JayPiKay 5034231a7d
All checks were successful
continuous-integration/drone Build is passing
Update 'README.md'
2023-04-28 09:50:37 +02:00

519 B

Simple hexdump tool

Build Status

Rust learning project.

Usage

A simple hexdump tool

Usage: rhd [OPTIONS] [FILENAME]

Arguments:
  [FILENAME]  Filename to read, if left out read from stdin

Options:
  -l, --length <LENGTH>  Stop after <len> octets
  -r, --revert           Revert hexdump to binary
  -h, --help             Print help information
  -V, --version          Print version information