music-metadata 0.1.2

A parser for id3v2.3, id3v2.4 and id3v1
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod error;
pub mod protocol_header;
pub mod extended_header;
pub mod frames;
pub mod footer;
pub mod version;
pub mod id3v1_tag;
pub mod core;
pub mod common;
pub mod id3_buffer_reader;