spotatui 0.38.0

A Spotify client for the terminal written in Rust, powered by Ratatui
1
2
3
4
5
6
7
pub mod app;
pub mod config;
pub mod layout;
pub mod sort;
#[cfg(test)]
pub mod test_helpers;
pub mod user_config;