[dependencies.const-dispatch-proc_macros]
version = "=0.1.0"
[dependencies.never-say-never]
version = "6.6.666"
[dependencies.paste]
version = "1.0.15"
[dev-dependencies]
[features]
better-docs = []
default = []
docs-rs = ["better-docs"]
ui-tests = ["better-docs"]
[lib]
path = "src/_lib.rs"
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Static dispatch of small runtime `enum`s into the const/type reälm, to reduce runtime branching"
documentation = "https://docs.rs/const-dispatch"
edition = "2021"
keywords = ["static", "const", "dispatch", "monomorphization", "fast"]
license = "Zlib OR MIT OR Apache-2.0"
name = "const-dispatch"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/const-dispatch.rs"
rust-version = "1.79.0"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["docs-rs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]