attr_alias 0.1.2

Reduce attribute repetition with aliases
Documentation
[features]
nightly = []

[lib]
proc-macro = true

[package]
authors = ["dylni"]
categories = ["development-tools::build-utils", "no-std::no-alloc", "rust-patterns"]
description = "Reduce attribute repetition with aliases\n"
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/src/sys", "/tests"]
keywords = ["aliases", "attribute", "cfg", "compile", "macro"]
license = "MIT OR Apache-2.0"
name = "attr_alias"
readme = "README.md"
repository = "https://github.com/dylni/attr_alias"
rust-version = "1.70.0"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "attr_alias_docs_rs"]
rustdoc-args = ["--cfg", "attr_alias_docs_rs"]