mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2026-07-30 16:35:06 +00:00
m3u8 parser for rust
| .github/workflows | ||
| examples | ||
| sample-playlists | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| masterplaylist.m3u8 | ||
| mediaplaylist.m3u8 | ||
| playlist.m3u8 | ||
| README.md | ||
m3u8-rs
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.