Crate const_util

Source
Expand description

Provides stable const implementations for some things missing from the standard library.

Currently implemented are

Modules§

concat
mem
result

Macros§

destruct_tuple
Allows destructuring tuples in const contexts, regardless of items having drop glue.

Traits§

Const
A constant value

Functions§

value_of
Alias for Const::VALUE.