mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
14 lines
287 B
Rust
14 lines
287 B
Rust
#[macro_use]
|
|
extern crate log;
|
|
|
|
use librespot_core as core;
|
|
use librespot_playback as playback;
|
|
use librespot_protocol as protocol;
|
|
|
|
pub mod context;
|
|
#[deprecated(
|
|
since = "0.2.1",
|
|
note = "Please use the crate `librespot_discovery` instead."
|
|
)]
|
|
pub mod discovery;
|
|
pub mod spirc;
|