Crate ct_utils

source ·
Expand description

Crate containing compile time utilities.

Modules

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.
This module defines a types to encode an IF test within the type system.
Re-export of often used types and behaviour.

Macros

Macro for specializing CTIf.