tori 0.2.6

The frictionless music player for the terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc = include_str!("../README.md")]

pub mod app;
pub mod command;
pub mod config;
pub mod error;
pub mod m3u;
pub mod player;
pub mod visualizer;

mod dbglog;
mod events;
mod rect_ops;
mod util;
mod widgets;