Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 370 Bytes

hexd

hexd - tool for displaying file contents in hexadecimal, octal, binary and ascii formats.

Installation

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