#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

#1465 in Rust patterns

Download history 10714/week @ 2023-12-14 6967/week @ 2023-12-21 7234/week @ 2023-12-28 12956/week @ 2024-01-04 11684/week @ 2024-01-11 10465/week @ 2024-01-18 10777/week @ 2024-01-25 11847/week @ 2024-02-01 11218/week @ 2024-02-08 13030/week @ 2024-02-15 12089/week @ 2024-02-22 13459/week @ 2024-02-29 14088/week @ 2024-03-07 12221/week @ 2024-03-14 12034/week @ 2024-03-21 8984/week @ 2024-03-28

49,530 downloads per month
Used in 381 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