rustapi-macros 0.1.3

Procedural macros for RustAPI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "rustapi-macros"

description = "Procedural macros for RustAPI framework"

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true



[lib]

proc-macro = true



[dependencies]

syn = { workspace = true }

quote = { workspace = true }

proc-macro2 = { workspace = true }