action_dispatch_macro 0.1.0

通用的基于属性宏的 Action 注册与分发系统
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "action_dispatch_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["jonas.jzy@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "asynchronous"]
description = "通用的基于属性宏的 Action 注册与分发系统"
edition = "2021"
homepage = "https://github.com/5Gene"
keywords = ["action", "dispatch", "macro", "event", "handler"]
license = "MIT OR Apache-2.0"
name = "action_dispatch_macro"
readme = false
repository = "https://github.com/5Gene/Dispatcher"
version = "0.1.0"