Usage
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?"
- Working with Enums explains where the package fits inside application code.
- Helper Methods explains the practical value of each helper and trait.
- Use Cases shows common scenarios such as form options, validation, and workflows.
- Enum Catalogs explains when the packaged enums are a good fit and when they are not.