uniplate 0.1.1

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.61"

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

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

[features]
unstable = []

[lib]

[package]
authors = ["Niklas Dewally <niklas@dewally.com>", "Ozgur Akgun"]
categories = ["rust-patterns", "data-structures", "algorithms", "parsing"]
description = "Simple, boilerplate-free operations on tree-shaped data types"
edition = "2021"
keywords = ["macro"]
license = "MPL-2.0"
name = "uniplate"
readme = "README.md"
repository = "https://github.com/conjure-cp/uniplate"
version = "0.1.1"