lofty 0.24.0

Audio metadata library
Documentation
1
2
3
4
5
6
7
8
//! Various generic representations of tag items

mod lang;
pub mod popularimeter;
mod timestamp;

pub use lang::*;
pub use timestamp::Timestamp;