//! Per-spec-section validation rule implementations.
//!
//! Each submodule defines an `impl<'a> Validator<'a>` block that owns the
//! rules for one spec section. The top-level orchestration lives in
//! `super::validator`, which calls into these methods.