hex-macro 0.1.0

Adds a hex! macro for compile-time hex decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hex-macro"
version = "0.1.0"
authors = ["ozgb"]
edition = "2021"
license = "MIT"
description = "Adds a hex! macro for compile-time hex decoding"
repository = "https://github.com/ozgb/hex-macro"
keywords = ["hex", "macro"]
categories = ["encoding"]

[lib]
proc-macro=true

[dependencies]
quote = "1.0"
syn = "2.0"
hex = "0.4"