1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Add macro to be able to create wrapped senders to send multiple message types to one channel

This commit is contained in:
Daniel Romero 2017-01-31 21:37:58 +01:00
parent e547a0c3da
commit 37916330b4
3 changed files with 49 additions and 1 deletions

View file

@ -8,6 +8,9 @@
#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]
#[macro_use]
pub mod util;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
@ -58,7 +61,6 @@ pub mod link;
pub mod metadata;
pub mod player;
pub mod stream;
pub mod util;
pub mod version;
pub mod mixer;