xspf 0.4.0

straightforward pure rust implementation of the Xml Sharable Playlist Format
Documentation
[dependencies.xml]
version = "0.8.10"

[[example]]
name = "playlist-append"
path = "example/playlist-append.rs"

[features]
default = ["print", "parse", "setters"]
parse = []
print = []
setters = []

[package]
authors = ["binarycat <dogedoge61@gmail.com>"]
categories = ["encoding", "parsing"]
description = "straightforward pure rust implementation of the Xml Sharable Playlist Format"
edition = "2021"
keywords = ["xspf", "xml", "playlist"]
license = "MIT"
name = "xspf"
readme = "README.md"
repository = "https://git.envs.net/binarycat/xspf"
version = "0.4.0"