playlist-decoder 0.10.0

a simple playlist decoder which supports: m3u, pls, asx and xspf
Documentation
[[bin]]
name = "check"
path = "src/bin/check.rs"

[dependencies.quick-xml]
version = "0.37.2"

[lib]
name = "playlist_decoder"
path = "src/lib.rs"

[package]
authors = ["segleralex <segler_alex@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "a simple playlist decoder which supports: m3u, pls, asx and xspf"
edition = "2021"
license = "MIT"
name = "playlist-decoder"
readme = false
repository = "https://github.com/segler-alex/playlist-decoder-rust"
version = "0.10.0"