rhd/README.md

22 lines
519 B
Markdown
Raw Permalink Normal View History

2022-12-14 17:58:42 +01:00
# Simple hexdump tool
2023-04-28 09:50:37 +02:00
[![Build Status](https://pipe.goatpr0n.de/api/badges/public/rhd/status.svg)](https://pipe.goatpr0n.de/public/rhd)
2022-12-14 17:58:42 +01:00
Rust learning project.
## Usage
```shell
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
```