uniplate 0.1.5

Simple, boilerplate-free operations on tree-shaped data types
Documentation
[dependencies.im]
features = ["proptest"]
version = "15.1.0"

[dependencies.proptest]
version = "1.5.0"

[dependencies.proptest-derive]
version = "0.5.0"

[dependencies.thiserror]
version = "1.0.66"

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

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

[[example]]
name = "stmt"
path = "examples/stmt.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
autotests = false
build = false
categories = ["rust-patterns", "data-structures", "algorithms"]
description = "Simple, boilerplate-free operations on tree-shaped data types"
edition = "2021"
keywords = ["generics", "traversals", "macro"]
license = "MPL-2.0"
name = "uniplate"
readme = "README.md"
repository = "https://github.com/conjure-cp/uniplate"
version = "0.1.5"

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

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

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