[dependencies]
[lib]
name = "generic_constants"
path = "src/lib.rs"
[package]
authors = ["Christof Fetzer <christof.fetzer@scontain.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std", "science"]
description = "Traits providing type-generic numeric constants (Zero, One, ..., OneHundredTwentySeven) implemented across common integer and float types."
documentation = "https://docs.rs/generic_constants"
edition = "2024"
homepage = "https://github.com/christoffetzer/generic_constants"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE*"]
keywords = ["generic", "constants", "numbers", "traits", "numeric"]
license = "MIT OR Apache-2.0"
name = "generic_constants"
readme = "README.md"
repository = "https://github.com/christoffetzer/generic_constants"
version = "0.1.0"