//! Extracts audio data and metadata from an NRG image of an audio CD. pub mod error; pub mod metadata; pub mod cue_sheet;