Expand description
Modules§
- prelude
- The crate’s prelude, designed to be
*-blob imported. - primitive
- The “
impls” for primitive types such asboolandu8
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/
implementsConstDispatchfor the given type.