partial_const 0.2.1

This library provides a way to handle constant and non-constant values in a unified way.
Documentation
[dependencies.rustversion]
version = "1.0.4"

[features]
bool = []
char = []
default = ["usize", "isize", "i8", "i16", "i32", "i64", "i128", "u8", "u16", "u32", "u64", "u128", "char", "bool"]
i128 = []
i16 = []
i32 = []
i64 = []
i8 = []
incomplete = []
isize = []
u128 = []
u16 = []
u32 = []
u64 = []
u8 = []
usize = []

[package]
authors = ["White-Green <43771790+White-Green@users.noreply.github.com>"]
categories = ["data-structures", "no-std"]
description = "This library provides a way to handle constant and non-constant values in a unified way."
edition = "2018"
keywords = ["const", "const_generics"]
license = "MIT"
name = "partial_const"
readme = "README.md"
repository = "https://github.com/White-Green/partial_const"
version = "0.2.1"