truthy 1.1.0

Check if a value is "truthy"
Documentation
[[example]]
name = "and_or"
required-features = ["and-or"]
[badges.is-it-maintained-issue-resolution]
repository = "spenserblack/truthy"

[badges.is-it-maintained-open-issues]
repository = "spenserblack/truthy"

[badges.maintenance]
status = "actively-developed"
[dependencies.either]
optional = true
version = "1"

[features]
and-or = ["either"]
default = []

[package]
authors = ["Spenser Black <spenserblack01@gmail.com>"]
categories = []
description = "Check if a value is \"truthy\""
edition = "2018"
exclude = [".travis.yml", ".editorconfig", ".github/*", ".gitignore", "CHANGELOG.md"]
keywords = ["bool", "boolean", "truthy"]
license = "MIT OR Apache-2.0"
name = "truthy"
readme = "README.md"
repository = "https://github.com/spenserblack/truthy"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true