libenum C++ library for building stuff with enums
libenum is a header only library. To use it, you will include the header of intereset in your source file. For example usage, take a look at what is in the test directory.
libenum requires a C++20 compiler.