Rust [learning] hexdump utilty
Go to file
Renovate Bot 0d5e55b58f
continuous-integration/drone/pr Build is failing Details
Update Rust crate clap to 4.4.7
2023-10-25 00:24:11 +00:00
src Updated colors 2023-01-06 18:44:34 +01:00
.drone.yml Update rust Docker tag to v1.69 (#4) 2023-04-27 15:25:45 +02:00
.gitignore initial commit 2021-04-18 16:40:59 +02:00
Cargo.lock Update Rust crate clap to 4.4.7 2023-10-25 00:24:11 +00:00
Cargo.toml Update Rust crate clap to 4.4.7 2023-10-25 00:24:11 +00:00
README.md Update 'README.md' 2023-04-28 09:50:37 +02:00
renovate.json Configure Renovate (#2) 2023-04-27 15:09:37 +02: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