Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rutgersc/m3u8-rs

m3u8 parser for rust
https://github.com/rutgersc/m3u8-rs

Last synced: 10 days ago
JSON representation

m3u8 parser for rust

Awesome Lists containing this project

README

        

# 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.