dapctl 1.0.1

TUI/CLI sync tool for HiFi Digital Audio Players
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod decoder;
pub mod engine;
pub mod history;
pub mod library;
pub mod lyrics;
pub mod queue;
pub mod scanner;

pub use engine::{spawn, PlayerCommand, PlayerEvent, PlayerHandle, PlayerStatus};
pub use queue::{Queue, RepeatMode, TrackInfo};