boolinator 2.4.0

Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Daniel Keep <daniel.keep@gmail.com>"]
description = "Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools."
documentation = "https://danielkeep.github.io/rust-boolinator/doc/boolinator/index.html"
exclude = [".gitignore", ".gitmodules", ".travis.yml", "appveyor.yml", "scripts/*"]
keywords = ["bool", "combinator", "monad", "serious"]
license = "MIT/Apache-2.0"
name = "boolinator"
readme = "README.md"
repository = "https://github.com/DanielKeep/rust-boolinator"
version = "2.4.0"