bit-bounds 1.0.0

Helper traits for const generic bitwise bounds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Thomas Sieverding <Thomas@bajix.com>"]
edition = "2021"
name = "bit-bounds"
version = "1.0.0"
description = "Helper traits for const generic bitwise bounds"
readme = "./README.md"
license = "MIT"
repository = "https://github.com/Bajix/bit-bounds/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
const-assert = "1.0.0"