Rust [learning] hexdump utilty
Go to file
jpk e75ea9a698
continuous-integration/drone/push Build is passing Details
Version bump and Usage added to README.md
2023-01-06 18:49:19 +01: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 Version bump and Usage added to README.md 2023-01-06 18:49:19 +01:00

README.md

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