pile-audio refactor
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
//! Read and write audio file metadata.
|
||||
pub mod common;
|
||||
pub mod flac;
|
||||
pub mod blocks;
|
||||
|
||||
mod tagtype;
|
||||
pub use tagtype::*;
|
||||
|
||||
mod picturetype;
|
||||
pub use picturetype::*;
|
||||
|
||||
mod errors;
|
||||
pub use errors::*;
|
||||
|
||||
mod reader;
|
||||
pub use reader::*;
|
||||
|
||||
mod vorbiscomment;
|
||||
pub use vorbiscomment::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user