dumpx 0.0.6

Simple and minimal command line tool to hexdump any file
<p align="center">
  <img src="https://github.com/user-attachments/assets/29dd3ee8-8da7-4133-8be1-51f4b5bf8535" alt="image" />
</p>

<p align="center">
A simple tool to dump any file into a human readable hex format.
</p>

<p align="center">
Ideal for inspecting binaries, debugging file contents, or just satisfying your curiosity.
</p>

## ✨ Features


- View any file's contents in hexadecimal + ASCII side by side
- Easy to use with a simple command line interface
- Minimal and lightweight, no dependencies included
- Cross platform and blazing fast (thanks, Rust!)

## 📦 Installation


Install via Cargo:

```bash
cargo install dumpx
```

## 🔧 Issues


If you encounter any issues, please open an issue on the [GitHub repository](https://github.com/cainthebest/dumpx).

## 📜 License


This project is licensed under the MIT License