pub fn check_at_path(world_path: &str) -> Result<()>Expand description
Read world_path, run validation, and report results. Returns Ok if every
asset passes; otherwise an error whose Display contains a human-readable
summary of every failure (one per asset).