lyricutils 0.1.0

Utilities for converting between different formats of song lyrics.
Documentation
# lyricutils

[![crates.io page](https://img.shields.io/crates/v/lyricutils.svg)](https://crates.io/crates/lyricutils)
[![docs.rs page](https://docs.rs/lyricutils/badge.svg)](https://docs.rs/lyricutils)

A Rust library for converting between different formats for song lyrics. Currently supports:

- [ABC]https://abcnotation.com/wiki/abc:standard:v2.1 to [OpenLyrics]https://docs.openlyrics.org/en/latest/ XML.
- MusicXML to OpenLyrics XML

This is not an officially supported Google product. This project is not eligible for the
[Google Open Source Software Vulnerability Rewards Program](https://bughunters.google.com/open-source-security).

## License

Licensed under either of

- [Apache License, Version 2.0]http://www.apache.org/licenses/LICENSE-2.0
- [MIT license]http://opensource.org/licenses/MIT

at your option.

## Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.

If you want to contribute to the project, see details of
[how we accept contributions](../CONTRIBUTING.md).