const-dispatch 0.1.0

Static dispatch of small runtime `enum`s into the const/type reälm, to reduce runtime branching
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "const-dispatch"
version = "0.1.0"
dependencies = [
 "const-dispatch-proc_macros",
 "never-say-never",
 "paste",
]

[[package]]
name = "const-dispatch-proc_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3b4d812b9c2a58036e56713a3e7eff5fb8278f2dea180ba03ecb885b3e160b"

[[package]]
name = "never-say-never"
version = "6.6.666"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6"

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"