spotatui 0.35.6

A Spotify client for the terminal written in Rust, powered by Ratatui
1
2
3
4
5
6
7
mod events;
mod key;

pub use self::{
  events::{Event, Events},
  key::Key,
};