async-app-macros 0.1.0

Provides ergonomic approach to implement applications spawning event loops
Documentation
[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Charles Lew <crlf0710@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides ergonomic approach to implement applications spawning event loops"
edition = "2021"
homepage = "https://github.com/crlf0710/async-app"
keywords = ["async-main", "events"]
license = "MIT OR Apache-2.0"
name = "async-app-macros"
readme = false
repository = "https://github.com/crlf0710/async-app"
version = "0.1.0"