//! Validation and filtering system
//!//! This module provides a declarative approach to validating and filtering entity data
//! before it reaches the handlers. It integrates seamlessly with the entity macro system.
pubmodconfig;pubmodextractor;pubmodfilters;pubmodvalidators;pubuseconfig::EntityValidationConfig;pubuseextractor::Validated;