m3u8-rs/README.md
Rutger Schoorstra 210af70f72 Update readme
2022-04-09 12:59:07 +02:00

10 lines
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.