lrc 0.1.0

A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/lrc"
[dependencies.educe]
default-features = false
features = ["Default"]
version = ">=0.4.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.3.6"

[dependencies.unicase]
version = "2.6.0"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["value-formatting", "parser-implementations"]
description = "A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file."
edition = "2018"
homepage = "https://magiclen.org/lrc"
keywords = ["lrc", "lyrics", "karaoke", "synced"]
license = "MIT"
name = "lrc"
readme = "README.md"
repository = "https://github.com/magiclen/lrc"
version = "0.1.0"