nrgrip/src/lib.rs

6 lines
124 B
Rust
Raw Normal View History

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