A serde parser for MPD responses. Includes mpd structs.
Go to file
kageru c374a04417
Add playlist info
This is also the first occurence of multiple structs in one response.
The Itertools.batching approach seems to work quite well.
2020-06-21 15:31:08 +02:00
src Add playlist info 2020-06-21 15:31:08 +02:00
.gitignore initial commit 2020-06-13 09:24:58 +02:00
Cargo.lock remove custom map deserializer 2020-06-21 14:20:35 +02:00
Cargo.toml remove custom map deserializer 2020-06-21 14:20:35 +02:00
LICENSE Initial commit 2020-06-13 09:23:09 +02:00
README.md Initial commit 2020-06-13 09:23:09 +02:00
rustfmt.toml convert to library 2020-06-20 22:50:33 +02:00

mparsed

A serde parser for MPD responses. Includes mpd structs.