hls_parse 0.1.1

A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# hls_prase

![crates.io](https://img.shields.io/crates/v/hls_parse?style=plastic)

A Rust library for parsing m3u8 playlists (HTTP Live Streaming) [link](https://tools.ietf.org/html/draft-pantos-http-live-streaming-19).

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