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.