hex-magic 0.0.1

Macros for working with bytes and hexadecimal values.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits", "printing"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["0x7D2B <0x7D2B@protonmail.com>"]
categories = ["filesystem", "parsing"]
description = "Macros for working with bytes and hexadecimal values."
edition = "2018"
keywords = ["hex", "proc-macro", "literals", "parser", "io"]
license = "MIT OR Apache-2.0"
name = "hex-magic"
repository = "https://github.com/0x7D2B/hex-magic"
version = "0.0.1"