musicman-protocols 0.1.3

Protocol for musicmanV2
Documentation
1
2
3
4
5
6
7
mod interface;
mod playlists;
mod songs;
pub use interface::*;
pub use playlists::*;
pub use songs::*;