hls_parse 0.1.2

A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol).
Documentation

hls_prase

crates.io

A Rust library for parsing m3u8 playlists (HTTP Live Streaming) link.

Installation

To use this library, add the following dependency to Cargo.toml:

[dependencies]
hls-rs = "0.1.0"

Also available on crates.io