Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rutgersc/m3u8-rs
- Owner: rutgersc
- License: mit
- Created: 2016-06-03T18:40:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T20:12:23.000Z (6 months ago)
- Last Synced: 2024-10-06T05:23:36.662Z (about 1 month ago)
- Language: Rust
- Size: 181 KB
- Stars: 99
- Watchers: 7
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.