generic-upper-bound 3.1.2

Stable workaround for internal uses of generic-const-exprs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "generic-upper-bound"
version = "3.1.2"
rust-version = "1.78"
edition = "2021"
license = "MIT"
description = "Stable workaround for internal uses of generic-const-exprs"
repository = "https://github.com/maxdexh/generic-upper-bound"
documentation = "https://docs.rs/generic-upper-bound"
readme = "README.md"
categories = ["no-std", "rust-patterns"]
keywords = ["no_std", "const"]
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]

[dependencies]
type-const = "1.1.2"