[package] name = "value" version = "0.1.1" authors = ["Clar Charr "] description = "Type-level constants for generic contexts" documentation = "https://docs.rs/value" homepage = "https://git.charr.xyz/staging/value" repository = "https://git.charr.xyz/staging/value" readme = "README.md" keywords = [ "const", "float", "generic", "integer", "value", ] categories = ["no-std", "rust-patterns"] license = "CC0-1.0" [badges.maintenance] status = "actively-developed" [features] default = ["std"] std = []