derive2 0.1.0

An attribute macro that executes a function-like macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "derive2"
version = "0.1.0"
edition = "2021"
authors = ["mysteriouslyseeing"]
categories = ["development-tools::procedural-macro-helpers"]
description = "An attribute macro that executes a function-like macro"
keywords = ["derive", "proc-macro", "macro"]
license = "MIT"
repository = "https://github.com/mysteriouslyseeing/derive2/"

[dependencies]
proc-macro2 = "1.0.93"
quote = "1.0.38"
syn = "2.0.98"

[lib]
proc-macro = true