drylib-procs 0.1.7

Rust macro-library for Don't Repeating Yourself
Documentation
[features]
ams = []
ams-prefix-m = []
ams-prefix-mu = []
ams-prefix-mut = []
ams-prefix-mute = []
ams-prefix-mutex = []
clones = []
clones-prefix-c = []
clones-prefix-cl = []
clones-prefix-clo = []
clones-prefix-clon = []
clones-prefix-clone = []
default = ["ams", "muts", "clones", "pubimpl", "mutclones"]
mutclones = []
muts = []
pubimpl = []

[lib]
proc-macro = true

[package]
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
description = "Rust macro-library for Don't Repeating Yourself"
edition = "2021"
keywords = ["macros", "dry", "drylib"]
license = "MIT OR Apache-2.0"
name = "drylib-procs"
readme = "README.md"
repository = "https://github.com/rakivo/drylib/tree/main/drylib-procs"
rust-version = "1.56.0"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]