Expand description
Comprehensive Framework CLI validation system
Provides validation for Dioxus (dx serve
) and Leptos (cargo-leptos watch
)
options with proper type checking, enum validation, and intelligent suggestions for typos.
Structs§
- Dioxus
Option Info - Dioxus option metadata
- Framework
Validator - Framework CLI validator for Dioxus and Leptos
Enums§
- Dioxus
Option Type - Dioxus option value types
- Validation
Result - Validation result
Type Aliases§
- Dioxus
Validator - Legacy alias for backward compatibility