hextool 0.1.3

A simple command line tool to convert hex to string and string to hex
Documentation
[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
features = ["derive"]
version = "4.4.4"

[dependencies.regex]
version = "1.9.5"

[package]
categories = ["command-line-utilities"]
description = "A simple command line tool to convert hex to string and string to hex"
edition = "2021"
homepage = "https://github.com/CyR1en/hextool"
keywords = ["hex", "string", "convert", "tool", "cli"]
license = "MIT"
name = "hextool"
readme = "README.md"
repository = "https://github.com/CyR1en/hextool"
version = "0.1.3"