is_ci 1.2.0

Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.
Documentation
[dependencies]

[package]
authors = ["Kat Marchán <kzm@zkat.tech>"]
categories = ["development-tools", "development-tools::build-utils", "development-tools::testing"]
description = "Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss."
documentation = "https://docs.rs/is_ci"
edition = "2018"
keywords = ["ci", "build"]
license = "ISC"
name = "is_ci"
readme = "README.md"
repository = "https://github.com/zkat/is_ci"
version = "1.2.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true