//! Validation for xportrs.
//!
//! This module provides validation logic for XPT files. Structural
//! checks for XPT v5 format are always applied. Agency-specific
//! validation is handled by the [`Agency`](crate::Agency) enum.
pub use validate_v5_schema;
pub use ;
pub use ;