playr 0.5.1

A minimal TUI music player that plays local files and contacts nothing
Documentation
1
2
3
4
5
6
7
//! playr: a minimal TUI music player.
//!
//! The terminal interface, over the engine and library in `playr-core`. It is a
//! library as well as a binary so the interface can be tested headlessly;
//! `main.rs` adds the command line.

pub mod ui;