macro_tools 0.26.0

Tools for writing procedural macroses.
Documentation
[dependencies.interval_adapter]
default-features = false
features = ["enabled", "default"]
version = "~0.21.0"

[dependencies.proc-macro2]
features = []
version = "~1.0.78"

[dependencies.quote]
features = []
version = "~1.0.35"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "~2.0.52"
[dev-dependencies.test_tools]
version = "~0.9.0"

[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
undocumented_unsafe_blocks = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Tools for writing procedural macroses.\n"
documentation = "https://docs.rs/macro_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/macro_tools"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "macro_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/macro_tools"
version = "0.26.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]