assert_bound 0.1.1

Simple create that helps in asserting type bounds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Waffle <wafflelapkin@gmail.com>"]
categories = ["development-tools", "no-std"]
description = "Simple create that helps in asserting type bounds"
documentation = "https://docs.rs/assert_bound/"
edition = "2018"
exclude = [".github/*"]
homepage = "https://github.com/WaffleLapkin/assert_bound/"
keywords = ["no_std"]
license = "MIT"
name = "assert_bound"
readme = "README.md"
repository = "https://github.com/WaffleLapkin/assert_bound/"
version = "0.1.1"