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