Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.
A crate which defines and implements a complete set of `Option`/`Result`-style Boolean functional combinators on Rust's `bool` primitive type.
A small library for construction of an Option and Result from any type based on some user-specified condition.