Rust [learning] hexdump utilty
Go to file
2023-04-27 13:08:57 +00:00
src Updated colors 2023-01-06 18:44:34 +01:00
.drone.yml Add drone ci 2022-12-14 17:55:41 +01:00
.gitignore initial commit 2021-04-18 16:40:59 +02:00
Cargo.lock Version bump and Usage added to README.md 2023-01-06 18:49:19 +01:00
Cargo.toml Version bump and Usage added to README.md 2023-01-06 18:49:19 +01:00
README.md Update 'README.md' 2023-01-09 14:08:35 +01:00
renovate.json Add renovate.json 2023-04-27 13:08:57 +00:00

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