Package main demonstrates the validation rules system.
The validation package provides a composable rule-based validation system
with built-in rules (Required, Regex, Range, Enum, Length, Custom) and
support for rule sets with error/warning separation.