Crate boolinator [] [src]

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

Compatibility

v0.1.0 was tested against rustc versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0-beta.1, and nightly 2016-01-20.

Traits

Boolinator

This trait defines a number of combinator-style methods for use with bool values.