async_main_macro 0.4.0

Runtime-agnostic async main proc macro
Documentation
[features]
default = []
web = []

[lib]
proc-macro = true

[package]
categories = ["asynchronous", "embedded", "no-std", "rust-patterns", "wasm"]
description = "Runtime-agnostic async main proc macro"
documentation = "https://docs.rs/async_main"
edition = "2021"
homepage = "https://github.com/ardaku/async_main/blob/stable/CHANGELOG.md"
include = ["/src/**", "/examples/**", "/README.md"]
keywords = ["async", "platform-agnostic", "cross-platform", "executor", "main"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "async_main_macro"
readme = "README.md"
repository = "https://github.com/ardaku/async_main"
version = "0.4.0"