text2binary 1.0.0

Converts a string representation of a hexadecimal number to a Vec<u8>
Documentation
[dependencies]

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

[package]
authors = ["nogino sanebou"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Converts a string representation of a hexadecimal number to a Vec<u8>"
edition = "2024"
exclude = [".github", ".gitignore", "tests", ".idea"]
license = "MIT"
name = "text2binary"
readme = false
repository = "https://github.com/nogino-sanebou/text2binary"
version = "1.0.0"