type-operators 0.3.1

A macro system for creating type operators in Rust and writing type-level logic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"