assert_bound 0.1.1

Simple create that helps in asserting type bounds
Documentation
[package]
name = "assert_bound"
description = "Simple create that helps in asserting type bounds"
version = "0.1.1"
authors = ["Waffle <wafflelapkin@gmail.com>"]
license = "MIT"
edition = "2018"

repository = "https://github.com/WaffleLapkin/assert_bound/"
homepage = "https://github.com/WaffleLapkin/assert_bound/"
documentation = "https://docs.rs/assert_bound/"
readme = "README.md"

keywords = ["no_std"]
categories = ["development-tools", "no-std"]

exclude = [
    ".github/*",
]

[dependencies]