IsakSundeSingh / hexdump

Simple hexdump clone written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexdump

A simple hexdump clone with coloured output for everything but control characters.

Usage

Build the executable

cargo build --release

Run the executable and pass in a filename:

./target/release/hexdump src/main.rs

The output should look like this (this is the output of the source file at the moment):

Example output of dumping the source file

About

Simple hexdump clone written in Rust


Languages

Language:Rust 100.0%