typebool 0.1.0

Type-level booleans meant for compile-time hackery.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "nvzqz/typebool"

[badges.is-it-maintained-open-issues]
repository = "nvzqz/typebool"

[badges.maintenance]
status = "actively-developed"

[package]
authors = ["Nikolai Vazquez <nikvzqz@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "Type-level booleans meant for compile-time hackery."
documentation = "https://docs.rs/typebool"
edition = "2018"
homepage = "https://github.com/nvzqz/typebool"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "CHANGELOG.md", "LICENSE*"]
keywords = ["type", "bool", "static", "testing"]
license = "MIT OR Apache-2.0"
name = "typebool"
readme = "README.md"
repository = "https://github.com/nvzqz/typebool"
version = "0.1.0"