rhd/README.md

22 lines
525 B
Markdown
Raw Normal View History

2022-12-14 17:58:42 +01:00
# Simple hexdump tool
2023-01-09 14:08:35 +01:00
[![Build Status](https://drone.goatpr0n.farm/api/badges/public/rhd/status.svg)](https://drone.goatpr0n.farm/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
```