adamransom / id3

A Rust library for reading ID3v2 tags

Home Page:https://adamransom.github.io/id3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Rust library for reading ID3v2 tags

https://adamransom.github.io/id3/


Languages

Language:Rust 100.0%