librespot/connect/src/lib.rs

15 lines
287 B
Rust
Raw Normal View History

2018-02-11 17:52:53 +00:00
#[macro_use]
extern crate log;
2018-02-06 00:00:00 +00:00
use librespot_core as core;
use librespot_playback as playback;
use librespot_protocol as protocol;
2018-02-06 00:00:00 +00:00
pub mod context;
#[deprecated(
since = "0.2.1",
note = "Please use the crate `librespot_discovery` instead."
)]
pub mod discovery;
2018-02-16 21:04:37 +00:00
pub mod spirc;