Registry / utility / boolinator

boolinator

JSON →
library2.4.0rscratesunverified

Provides the Boolinator trait, enabling Option and Result-style combinators on boolean values.

# Cargo.toml [dependencies] boolinator = "2.4.0"
INSTALL
IMPORT
SIG · BOOLINATOR
B
boolinator
utilityrustv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Boolinator
use boolinator::Boolinator;

Demonstrates using the Boolinator trait to chain operations on a boolean.

use boolinator::Boolinator; fn main() { let result = true.and_then(|| Some(42)); println!("Result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
boolinator — cargo add boolinator · libregistry