predicates-tree 1.0.6

Render boolean-valued predicate functions results as a tree.
Documentation
[dependencies.predicates-core]
version = "1.0"

[dependencies.termtree]
version = "0.4"
[dev-dependencies.predicates]
features = ["color-auto"]
version = "2.1"

[package]
authors = ["Nick Stevens <nick@bitcurry.com>"]
categories = ["data-structures", "rust-patterns"]
description = "Render boolean-valued predicate functions results as a tree."
documentation = "https://docs.rs/predicates-tree"
edition = "2021"
homepage = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree"
include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
keywords = ["predicate", "boolean", "combinatorial", "match", "logic"]
license = "MIT OR Apache-2.0"
name = "predicates-tree"
readme = "README.md"
repository = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree"
rust-version = "1.60.0"
version = "1.0.6"