type-sets 0.0.7

Sets implemented in the rust type-system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "type-sets"
version = "0.0.7"
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]
csf = "0.1"