apply-macro 1.0.1

An attribute macro to apply function-like macros.
Documentation
[package]
name = "apply-macro"
version = "1.0.1"
authors = ["hyd-dev <yd-huang@outlook.com>"]
edition = "2018"
license = "MPL-2.0"
description = "An attribute macro to apply function-like macros."
keywords = ["attribute", "macro"]
categories = ["rust-patterns", "no-std"]
repository = "https://github.com/hyd-dev/apply-macro"
documentation = "https://docs.rs/apply-macro"
include = ["Cargo.toml", "src", "LICENSE.md", "LICENSE_NOTICE.md"]

[lib]
proc-macro = true
test = false