uniplate 0.4.4

Simple, boilerplate-free operations on tree-shaped data types
Documentation
[[bench]]
harness = false
name = "context"
path = "benches/context.rs"

[dependencies.uniplate-derive]
version = "0.4.4"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.proptest]
version = "1.8.0"

[dev-dependencies.proptest-derive]
version = "0.6.0"

[dev-dependencies.trybuild]
version = "1.0.111"

[[example]]
name = "biplate-stmt"
path = "examples/biplate-stmt.rs"

[[example]]
name = "stmt"
path = "examples/stmt.rs"

[[example]]
name = "tree-biplate"
path = "examples/tree-biplate.rs"

[features]
unstable = []

[lib]
name = "uniplate"
path = "src/lib.rs"

[package]
authors = ["Niklas Dewally <niklas@dewally.com>", "Özgür Akgün <ozgurakgun@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "data-structures", "algorithms"]
description = "Simple, boilerplate-free operations on tree-shaped data types"
edition = "2024"
keywords = ["generics", "traversals", "macro"]
license = "MPL-2.0"
name = "uniplate"
readme = "README.md"
repository = "https://github.com/conjure-cp/uniplate"
resolver = "2"
version = "0.4.4"

[[test]]
name = "derive_test_runner"
path = "tests/derive_test_runner.rs"

[[test]]
name = "expr_stmt_manual"
path = "tests/expr_stmt_manual.rs"

[[test]]
name = "tagged_zipper"
path = "tests/tagged_zipper.rs"

[[test]]
name = "zipper"
path = "tests/zipper.rs"