/id3

A Rust library for reading ID3v2 tags

Primary LanguageRust

id3

A Rust library for reading ID3v2 tags.

Overview

This is a very basic library written in order to learn Rust. So far it is pretty bare-bones, but I hope to use it in a future command line app for organizing music libraries (also in Rust).

Documentation

Rust has an extremely nice documentation generator, rustdoc, that I am using to generate documentation as I go:

id3 API Reference