m3u8-rs/README.md

10 lines
398 B
Markdown
Raw Permalink Normal View History

2021-10-19 17:22:54 +00:00
# m3u8-rs
![crates.io](https://img.shields.io/crates/v/m3u8-rs.svg)
2022-04-09 10:20:31 +00:00
[![API](https://docs.rs/m3u8-rs/badge.svg)](https://docs.rs/m3u8-rs)
2021-10-19 17:22:54 +00:00
2022-04-09 10:20:31 +00:00
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) [link](https://datatracker.ietf.org/doc/html/rfc8216).
2016-06-03 18:56:45 +00:00
Uses the [`nom` library](https://github.com/Geal/nom) for all of the parsing.
# Examples
2022-04-09 10:20:31 +00:00
Examples can be found in the `examples` folder.