titleformat-rs 0.2.0

A foobar2000 titleformat parser for rust
Documentation
# TitleFormat-rs

[![crates.io](https://img.shields.io/crates/v/titleformat-rs.svg)](https://crates.io/crates/titleformat-rs)
[![Build Status](https://travis-ci.com/ystreet/titleformat-rs.svg?branch=master)](https://travis-ci.com/ystreet/titleformat-rs)
[![codecov](https://codecov.io/gh/ystreet/titleformat-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/ystreet/titleformat-rs)

A foobar200 TitleFormat parser and executor for rust based on the reference
available from [https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference](https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference)

## Table of Contents
1. [License]#license
1. [Contributions]#contribution

<a name="license"/>

## LICENSE

TitleFormat-rs and all crates contained in here are licensed under either of

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

at your option.

<a name="contribution"/>

## Contribution

Any kinds of contributions are welcome as a pull request.

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