const-dispatch 0.1.0

Static dispatch of small runtime `enum`s into the const/type reälm, to reduce runtime branching
Documentation
# `::const-dispatch`

[![Repository](https://img.shields.io/badge/repository-GitHub-brightgreen.svg)](
https://github.com/danielhenrymantilla/const-dispatch.rs)
[![Latest version](https://img.shields.io/crates/v/const-dispatch.svg)](
https://crates.io/crates/const-dispatch)
[![Documentation](https://docs.rs/const-dispatch/badge.svg)](
https://docs.rs/const-dispatch)
[![MSRV](https://img.shields.io/badge/MSRV-1.79.0-white)](
https://gist.github.com/danielhenrymantilla/9b59de4db8e5f2467ed008b3c450527b)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](
https://github.com/rust-secure-code/safety-dance/)
[![License](https://img.shields.io/crates/l/const-dispatch.svg)](
https://github.com/danielhenrymantilla/const-dispatch.rs/blob/master/LICENSE-ZLIB)
[![CI](https://github.com/danielhenrymantilla/const-dispatch.rs/workflows/CI/badge.svg)](
https://github.com/danielhenrymantilla/const-dispatch.rs/actions)
[![no_std compatible](https://img.shields.io/badge/no__std-compatible-success.svg)](
https://github.com/rust-secure-code/safety-dance/)

<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->

See the docs of [`const_dispatch!`] for more info.

[`const_dispatch!`]: https://docs.rs/const-dispatch/latest/const_dispatch/macro.const_dispatch.html