mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-03-13 17:52:40 +00:00
10 lines
No EOL
398 B
Markdown
10 lines
No EOL
398 B
Markdown
# m3u8-rs
|
|

|
|
[](https://docs.rs/m3u8-rs)
|
|
|
|
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) [link](https://datatracker.ietf.org/doc/html/rfc8216).
|
|
Uses the [`nom` library](https://github.com/Geal/nom) for all of the parsing.
|
|
|
|
# Examples
|
|
|
|
Examples can be found in the `examples` folder. |