xspf 0.3.3

straightforward pure rust implementation of the Xml Sharable Playlist Format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[example]]
name = "playlist-append"
path = "example/playlist-append.rs"
[dependencies.xml]
version = "0.8.10"

[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.3.3"