[dependencies]
[lib]
name = "type_const"
path = "src/lib.rs"
[package]
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Type-level associated consts"
documentation = "https://docs.rs/type-const"
edition = "2021"
keywords = ["no_std", "const"]
license = "MIT"
name = "type-const"
readme = "README.md"
repository = "https://github.com/maxdexh/type-const"
rust-version = "1.78"
version = "1.0.1"