//! Metadata enrichment from TheGamesDB SQLite database.
//!
//! This module reads game metadata (titles, descriptions, genres, images, etc.)
//! from a local copy of TheGamesDB metadata database and matches ROM entries
//! to their metadata using fuzzy title matching.
// Re-exports used by the ROM browser (native frontend).
// TODO: remove allow(unused_imports) once the ROM browser module consumes these.
pub use ;
pub use ;