hexd - tool for displaying file contents in hexadecimal, octal, binary and ascii formats.
First clone this repository:
git clone https://github.com/alkuzin/hexd.git
Build the project:
cargo build --release
To get list of options run this command:
cargo run --release -- --help