spidermeme 0.1.0

Traits to test for type equality and type inequality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "spidermeme"
version = "0.1.0"
authors = ["Ernest Wong <sudo@ernestwong.nz>"]
categories = ["data-structures", "rust-patterns"]
description = "Traits to test for type equality and type inequality"
edition = "2018"
keywords = ["metaprogramming", "type-level", "equality", "types", "inequality"]
license = "MIT OR Apache-2.0"
readme = "README.markdown"
repository = "https://github.com/ErnWong/spidermeme"

[dev-dependencies]
static_assertions = "1.1.0"