hxx 0.1.0

Minimal re-implementation of the xxd command-line utility
Documentation
[[bin]]
name = "hxx"
path = "src/main.rs"

[dependencies]

[lib]
name = "hxx"
path = "src/lib.rs"

[package]
authors = ["Huseen Munye"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Minimal re-implementation of the xxd command-line utility"
edition = "2024"
license = "MIT"
name = "hxx"
readme = "README.md"
repository = "https://github.com/hmunye/hxx"
version = "0.1.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3