spawned-macros 0.5.0

Proc macros for the Spawned actor framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "spawned-macros"
description = "Proc macros for the Spawned actor framework"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"