Crates.io | m3u8-rs |
lib.rs | m3u8-rs |
version | 6.0.0 |
source | src |
created_at | 2016-06-03 19:28:34.498307 |
updated_at | 2024-02-14 18:59:59.697756 |
description | A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol). |
homepage | |
repository | https://github.com/rutgersc/m3u8-rs |
max_upload_size | |
id | 5276 |
size | 126,479 |
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) link.
Uses the nom
library for all of the parsing.
Examples can be found in the examples
folder.