lrc 0.1.7

A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file.
Documentation
mod id_tag;
mod time_tag;

pub use id_tag::*;
pub use time_tag::*;