mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-01-05 12:38:39 +00:00
10 lines
No EOL
398 B
Markdown
10 lines
No EOL
398 B
Markdown
# m3u8-rs
|
|
![crates.io](https://img.shields.io/crates/v/m3u8-rs.svg)
|
|
[![API](https://docs.rs/m3u8-rs/badge.svg)](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. |