nrgrip/src/lib.rs

7 lines
143 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;
2016-12-07 03:10:38 +01:00
pub mod raw_audio;