playlist-decoder 0.10.0

a simple playlist decoder which supports: m3u, pls, asx and xspf
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "playlist-decoder"
version = "0.10.0"
authors = ["segleralex <segler_alex@web.de>"]
repository = "https://github.com/segler-alex/playlist-decoder-rust"
categories = ["parsing"]
license = "MIT"
description = "a simple playlist decoder which supports: m3u, pls, asx and xspf"
edition = "2021"

[dependencies]
quick-xml = "0.37.2"