const-util 2.2.1

Stable implementations for some missing const functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "const-util"
version = "2.2.1"
edition = "2021"
rust-version = "1.83"
license = "MIT"
description = "Stable implementations for some missing const functions"
repository = "https://github.com/maxdexh/const-util"
documentation = "https://docs.rs/const-util"
readme = "README.md"
categories = ["no-std", "rust-patterns"]
keywords = ["no_std", "const"]
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]

[dependencies]
generic-upper-bound = "3.1.1"
type-const = "1.1.2"
rustversion = "1.0.21"