nrgrip/src/lib.rs

5 lines
105 B
Rust
Raw Normal View History

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