[dependencies.proc-macro2]
optional = true
version = "1.0.95"
[dependencies.syn]
features = ["full"]
optional = true
version = "2.0.101"
[dev-dependencies.quote]
version = "1.0.40"
[features]
default = []
syn = ["dep:syn", "dep:proc-macro2"]
[lib]
name = "directed_visit"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "rust-patterns", "parsing"]
description = "Visitor pattern with interchangable implementations for both the visit algorithm and node object traversal"
edition = "2024"
keywords = ["visitor", "visitor_pattern", "syn"]
license = "MIT OR Apache-2.0"
name = "directed-visit"
readme = "README.md"
repository = "https://github.com/colinjneville/directed-visit"
version = "0.3.2"