Update readme

This commit is contained in:
Rutger Schoorstra 2021-10-19 19:22:54 +02:00
parent 303d0ecfce
commit 6ee1b52c01

View file

@ -1,4 +1,6 @@
# m3u8-rs
# m3u8-rs
![crates.io](https://img.shields.io/crates/v/m3u8-rs.svg)
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) [link](https://tools.ietf.org/html/draft-pantos-http-live-streaming-19).
Uses the [`nom` library](https://github.com/Geal/nom) for all of the parsing.