async-spawn-macros 0.1.0

Generic macros for async task spawning and management.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "async-spawn-macros"
description = "Generic macros for async task spawning and management."
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = "2.0.102"
darling = "0.20"
proc-macro-error = "1.0"