Crate ct_utils

Source
Expand description

Crate containing compile time utilities.

Modules§

ct_cons
This module defines a cons list for types, CTCons. The cons list can be queried and the result is calculated at compile time. See CTSized and CTOffset for more information about querying the cons list.
ct_if
This module defines a types to encode an IF test within the type system.
prelude
Re-export of often used types and behaviour.

Macros§

ctif_specialize
Macro for specializing CTIf.