[HLS] m3u8 parser/generator.
```rust use hls_m3u8::MediaPlaylist;
let m3u8 = "#EXTM3U
http://media.example.com/first.ts
http://media.example.com/second.ts
http://media.example.com/third.ts
assert!(m3u8.parse::
Licensed under either of
at your option.
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.