wstd-macro 0.5.0-draft2

proc-macros for the wstd crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wstd-macro"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
description = "proc-macros for the wstd crate"
documentation = "https://docs.rs/wstd-macro"

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["full"] }
quote.workspace = true