flowstate_proc 0.3.2

Procedural macros for flowstate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "flowstate_proc"
version = "0.3.2"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Procedural macros for flowstate."
homepage = "https://github.com/bcheidemann/flowstate"
repository = "https://github.com/bcheidemann/flowstate"
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.45"
syn = "2.0.117"