Rust [learning] hexdump utilty
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JayPiKay 73f99b5486
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
Update 'README.md'
3 months ago
src Updated colors 3 months ago
.drone.yml Add drone ci 4 months ago
.gitignore initial commit 2 years ago
Cargo.lock Version bump and Usage added to README.md 3 months ago
Cargo.toml Version bump and Usage added to README.md 3 months ago
README.md Update 'README.md' 3 months ago

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