type-sets 0.1.1

Sets implemented in the rust type-system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "type-sets"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["type-system", "sets", "type-sets", "type-level", "type"]
categories = []
description = "Sets implemented in the rust type-system"
homepage = "https://github.com/jvdwrf/type-sets"
repository = "https://github.com/jvdwrf/type-sets"
readme = "README.md"
[dependencies]

[features]
_ra = []