actinium226_librespot_connect/lib.rs
1#[macro_use]
2extern crate log;
3
4use librespot_core as core;
5use actinium226_librespot_playback as playback;
6use librespot_protocol as protocol;
7
8pub mod context;
9#[deprecated(
10 since = "0.2.1",
11 note = "Please use the crate `librespot_discovery` instead."
12)]
13pub mod discovery;
14pub mod spirc;