play 0.5.3

The package provides a means of playing audio files.
Documentation
# Play [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]

The package provides a means of playing audio files.

## Example

```rust
play::play("tests/fixtures/sound.mp3").unwrap();
```

## Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a
pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).

[build-img]: https://travis-ci.org/stainless-steel/play.svg?branch=master
[build-url]: https://travis-ci.org/stainless-steel/play
[documentation-img]: https://docs.rs/play/badge.svg
[documentation-url]: https://docs.rs/play
[package-img]: https://img.shields.io/crates/v/play.svg
[package-url]: https://crates.io/crates/play