bool-logic 0.3.3

A library for manipulating and evaluating boolean expressions
Documentation
[dependencies]

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

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "data-structures"]
description = "A library for manipulating and evaluating boolean expressions"
documentation = "https://docs.rs/bool-logic"
edition = "2024"
keywords = ["boolean", "logic", "expression", "evaluation"]
license = "MIT"
name = "bool-logic"
readme = "README.md"
repository = "https://github.com/Nugine/bool-logic"
rust-version = "1.87"
version = "0.3.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]