2 releases (1 stable)
Uses old Rust 2015
2.4.0 | Aug 31, 2016 |
---|---|
0.1.0 | Jan 26, 2016 |
#2653 in Rust patterns
43,468 downloads per month
Used in 392 crates
(34 directly)
9KB
135 lines
boolinator
Provides the Boolinator
trait, which lets you use Option
and Result
-style combinators with bool
s.
Links
Compatibility
boolinator
is tested against Rust 1.0+. Exhaustively so.
License
Licensed under either of
- MIT license (see LICENSE or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Provides the Boolinator
trait, which lets you use Option
and Result
-style combinators with bool
s.
Compatibility
boolinator
is tested against Rust 1.0+. Exhaustively so.