dumpx

Crates.iodumpx
lib.rsdumpx
version0.0.6
created_at2025-04-23 23:05:00.620643+00
updated_at2025-04-27 21:28:39.244514+00
descriptionSimple and minimal command line tool to hexdump any file
homepage
repositoryhttps://github.com/cainthebest/dumpx
max_upload_size
id1646433
size12,499
Cain (cainthebest)

documentation

README

image

A simple tool to dump any file into a human readable hex format.

Ideal for inspecting binaries, debugging file contents, or just satisfying your curiosity.

✨ 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:

cargo install dumpx

🔧 Issues

If you encounter any issues, please open an issue on the GitHub repository.

📜 License

This project is licensed under the MIT License

Commit count: 18

cargo fmt