Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 243 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 243 Bytes

Learning rust by implementing a small mp3 (and later possibly more codecs) tag parser and tagger.

Id3v1 tags can be read already just fine, but this is not yet truely functional for id3v2.6, as implementing all the specifications costs time.