type_traits 0.2.0

Collection of utilities related to types and their properties
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "type_traits"
version = "0.2.0"
authors = ["Douman <douman@gmx.se>"]
edition = "2018"
repository = "https://github.com/DoumanAsh/type_traits"
documentation = "https://docs.rs/type_traits/"
categories = ["no-std"]
keywords = ["type", "traits"]
readme = "README.md"
description = "Collection of utilities related to types and their properties"
license = "BSL-1.0"