mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-01-02 19:28:40 +00:00
Update readme
This commit is contained in:
parent
303d0ecfce
commit
6ee1b52c01
1 changed files with 3 additions and 1 deletions
|
@ -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).
|
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.
|
Uses the [`nom` library](https://github.com/Geal/nom) for all of the parsing.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue