text2binary 1.0.1

Converts a string representation of a hexadecimal number to a Vec<u8>
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "text2binary"
version = "1.0.1"
edition = "2024"
description = "Converts a string representation of a hexadecimal number to a Vec<u8>"
authors = ["nogino sanebou"]
license = "MIT"
repository = "https://github.com/nogino-sanebou/text2binary"
exclude = [".github", ".gitignore", "tests", ".idea"]

[dependencies]