Expand description
Modules§
- prelude
- The crate’s prelude, designed to be
*
-blob imported. - primitive
- The “
impl
s” for primitive types such asbool
andu8
Macros§
- const_
dispatch - The whole raison d’être of the crate. Statically dispatch a runtime/dynamic value so as to
lift it to the
const
(and thus, type-level) reälm.
Traits§
- Const
Dispatch - Marker trait for types which may be fed to
const_dispatch!
.
Derive Macros§
- Const
Dispatch - Derives/
impl
ementsConstDispatch
for the given type.