m3u8-parser 0.6.0

A Rust crate for parsing and creating M3U8 files (HLS).
Documentation
1
2
3
4
check:
	cargo fmt
	cargo test
	cargo clippy --fix --allow-dirty --allow-staged