[features]
default = []
nightly = ["specialization"]
specialization = []
[package]
authors = ["Sean Leffler <sean@errno.com>"]
description = "A macro system for creating type operators in Rust and writing type-level logic."
documentation = "https://docs.rs/type-operators"
homepage = "https://github.com/sdleffler/type-operators-rs"
keywords = ["type", "type-level", "operator", "macro"]
license = "MIT/Apache-2.0"
name = "type-operators"
readme = "README.md"
repository = "https://github.com/sdleffler/type-operators-rs"
version = "0.3.1"