m3u8-rs

Crates.iom3u8-rs
lib.rsm3u8-rs
version6.0.0
sourcesrc
created_at2016-06-03 19:28:34.498307
updated_at2024-02-14 18:59:59.697756
descriptionA library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol).
homepage
repositoryhttps://github.com/rutgersc/m3u8-rs
max_upload_size
id5276
size126,479
libc (github:rust-lang:libc)

documentation

https://rutgersc.github.io/doc/m3u8_rs/index.html

README

m3u8-rs

crates.io API

A Rust library for parsing m3u8 playlists (HTTP Live Streaming) link. Uses the nom library for all of the parsing.

Examples

Examples can be found in the examples folder.

Commit count: 137

cargo fmt