//! Validation engine and rules for the knowledge graph.
//!//! The validation system uses trait-based rules orchestrated by the [`Validator`].
//! External code should use [`validate`] or [`pre_validate`] functions.
modreport;modrule;modrules;modvalidator;pubusereport::{ValidationIssue, ValidationReport};pubuserule::Severity;pubusevalidator::{pre_validate, validate};