This section explains the most common ways to use the package in real code.
The most important question in this package is usually not "which enum should I pick?" but "which layer should I use?"
- :doc:`working-with-enums` explains where the package fits inside application code.
- :doc:`helper-methods` explains the practical value of each helper and trait.
- :doc:`use-cases` shows common scenarios such as form options, validation, and workflows.
- :doc:`catalogs` explains when the packaged enums are a good fit and when they are not.
.. toctree:: :maxdepth: 1 working-with-enums helper-methods use-cases traits catalogs state-machines sort