nrgrip/src/lib.rs

5 lines
105 B
Rust

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