koan-core 0.18.3

Core library for koan — bit-perfect music player. Audio engine, player, database, format strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod audio;
pub mod config;
pub mod credentials;
pub mod db;
pub mod format;
pub mod graphql_client;
pub mod index;
pub mod lyrics;
pub mod organize;
pub mod player;
pub mod radio;
pub mod remote;