advent-of-utils-macros 0.1.0

Macros for the Advent of Utils library
Documentation
[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full"]
version = "2.0.90"

[lib]
name = "advent_of_utils_macros"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for the Advent of Utils library"
edition = "2021"
license = "MIT"
name = "advent-of-utils-macros"
readme = false
version = "0.1.0"