ncspot 0.12.0

ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes.
1
2
3
4
5
6
7
8
pub mod album;
pub mod artist;
pub mod category;
pub mod episode;
pub mod playable;
pub mod playlist;
pub mod show;
pub mod track;