ranged_integers 0.4.2

An integer restricted to a compile-time defined bounds driven by const generics
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["disiamylborane"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "An integer restricted to a compile-time defined bounds driven by const generics"
edition = "2018"
keywords = ["integer", "nightly", "bounded", "refinement"]
license = "MIT"
name = "ranged_integers"
readme = "Readme.md"
repository = "https://github.com/disiamylborane/ranged_integers"
version = "0.4.2"