From 6ee1b52c019454549d9c4ee2c32738abbeb5bfa0 Mon Sep 17 00:00:00 2001 From: Rutger Schoorstra Date: Tue, 19 Oct 2021 19:22:54 +0200 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ff161..6001f2f 100644 --- a/README.md +++ b/README.md @@ -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.