1 2 3 4 5
//! Load and enrich ROM catalog entries for TUI display. //! //! Re-exports shared catalog functionality from `platform::catalog`. pub use crate::platform::catalog::load_catalog;