
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) [link](https://tools.ietf.org/html/draft-pantos-http-live-streaming-19).
To use this library, add the following dependency to `Cargo.toml`:
```toml
[dependencies]
hls-rs = "0.1.0"
```
Also available on [crates.io](https://crates.io/crates/hls-rs)