bool_ext 0.6.2

A crate which defines and implements a complete set of `Option`/`Result`-style Boolean functional combinators on Rust's `bool` primitive type.
Documentation
[dependencies]
[dev-dependencies.assert2]
version = "0.3"

[features]
default = ["std"]
std = []

[package]
authors = ["u007d <curly@humanenginuity.com>"]
categories = ["rust-patterns", "data-structures", "parser-implementations"]
description = "A crate which defines and implements a complete set of `Option`/`Result`-style Boolean functional combinators on Rust's `bool` primitive type."
edition = "2021"
keywords = ["bool", "boolean", "functional", "combinator", "adapter"]
license = "MIT OR Apache-2.0"
name = "bool_ext"
readme = "README.md"
repository = "https://github.com/u007d/bool_ext"
version = "0.6.2"
[profile.dev]
debug = 2
debug-assertions = true
lto = false
opt-level = 0
panic = "unwind"
rpath = false

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
lto = "fat"
opt-level = 3
panic = "unwind"
rpath = false

[profile.test]
debug = 2
debug-assertions = true
lto = false
opt-level = 0
rpath = false