spotatui 0.38.0

A Spotify client for the terminal written in Rust, powered by Ratatui
1
2
3
4
5
6
pub mod banner;
#[cfg(feature = "cover-art")]
pub mod cover_art;
pub mod event;
pub mod handlers;
pub mod ui;