enumset 0.3.2

A library for creating compact sets of enums.
Documentation

A library for defining enums that can be used in compact bit sets.

It supports enums up to 64 variants on stable Rust, and up to 128 variants on nightly Rust with the nightly feature enabled, and has a macro to use these sets in constants.

See the documentation for more information.

This library is dual licenced under the MIT and Apache 2.0 licenses.