1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Split cache handling to separate module.

Use it for audio keys and album covers as well.
This commit is contained in:
Paul Lietar 2016-03-16 04:07:04 +00:00
parent a7559787df
commit 85903a0da5
12 changed files with 293 additions and 138 deletions

View file

@ -5,6 +5,7 @@ mod audio_file;
mod audio_key;
pub mod audio_sink;
pub mod authentication;
pub mod cache;
mod connection;
mod diffie_hellman;
pub mod discovery;