# Simple hexdump tool [![Build Status](https://pipe.goatpr0n.de/api/badges/public/rhd/status.svg)](https://pipe.goatpr0n.de/public/rhd) 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 Stop after octets -r, --revert Revert hexdump to binary -h, --help Print help information -V, --version Print version information ```