play 0.4.1

The package provides a mean of playing audio files.
Documentation
# Play [![Version][version-img]][version-url] [![Status][status-img]][status-url]

The package provides a mean of playing audio files.

## [Documentation][documentation]

## 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).

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