mool-macros-impl 0.1.0

Internal macro implementation shared by Mool and framework wrappers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mool-macros-impl"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
description = "Internal macro implementation shared by Mool and framework wrappers"

[dependencies]
darling.workspace = true
heck.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true