//! Dataset quality and introspection — a tier of its own.
//!
//! Distinct from both the schema ([`crate::types`], which says what a COCO file
//! *contains*) and the metrics engine ([`crate::detection`], which scores
//! predictions against it). This module answers "is this dataset sound, and what
//! is in it?" — the questions you ask before evaluating anything.
pub use ;
pub use ;