Module check

Module check 

Source

Re-exports§

pub use attributes::WidgetAttributeSchema;
pub use cross_widget::RadioButton;
pub use cross_widget::RadioGroup;
pub use cross_widget::RadioGroupValidator;
pub use custom_widgets::CustomWidgetConfig;
pub use custom_widgets::CustomWidgetRegistry;
pub use errors::CheckError as EnhancedCheckError;
pub use handlers::HandlerDefinition;
pub use handlers::HandlerRegistry;
pub use model::ModelField;
pub use model::ModelInfo;
pub use suggestions::find_closest_match;
pub use suggestions::levenshtein_distance;
pub use suggestions::suggest;
pub use themes::ThemeValidator;

Modules§

attributes
Check command validation modules.
cross_widget
custom_widgets
errors
handlers
model
suggestions
themes

Structs§

CheckArgs

Enums§

CheckError

Functions§

execute