const-assoc
A no_std
-compatible, const-capable associative array with minimal or no runtime overhead.
Currently, keys are limited to enums with a primitive representation. In the future,
it might be possible to support other types, possibly at the expense of not exposing
const
-qualified methods for these key types or some runtime overhead.
Example
use ;