#combinator #bool #monads #serious

boolinator

Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools

2 releases (1 stable)

Uses old Rust 2015

2.4.0 Aug 31, 2016
0.1.0 Jan 26, 2016

#2119 in Rust patterns

Download history 11471/week @ 2024-11-17 11158/week @ 2024-11-24 11590/week @ 2024-12-01 9875/week @ 2024-12-08 10128/week @ 2024-12-15 5878/week @ 2024-12-22 6586/week @ 2024-12-29 10587/week @ 2025-01-05 11138/week @ 2025-01-12 11447/week @ 2025-01-19 11610/week @ 2025-01-26 14410/week @ 2025-02-02 12739/week @ 2025-02-09 11623/week @ 2025-02-16 13055/week @ 2025-02-23 11076/week @ 2025-03-02

49,632 downloads per month
Used in 433 crates (34 directly)

MIT/Apache

9KB
135 lines

boolinator

Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.

Links

Compatibility

boolinator is tested against Rust 1.0+. Exhaustively so.

License

Licensed under either of

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 bools.

<style type="text/css"> .link-block { font-family: "Fira Sans"; } .link-block > p { display: inline-block; } .link-block > p > strong { font-weight: 500; margin-right: 1em; } .link-block > ul { display: inline-block; padding: 0; list-style: none; } .link-block > ul > li { font-size: 0.8em; background-color: #eee; border: 1px solid #ccc; padding: 0.3em; display: inline-block; } </style>

Compatibility

boolinator is tested against Rust 1.0+. Exhaustively so.

No runtime deps