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

Support building with rust stable, using syntex.

This commit is contained in:
Paul Lietar 2016-03-07 18:16:43 +00:00
parent 5059432090
commit d27c4ca752
13 changed files with 205 additions and 92 deletions

16
src/lib.in.rs Normal file
View file

@ -0,0 +1,16 @@
#[macro_use] pub mod util;
mod audio_decrypt;
mod audio_file;
mod audio_key;
mod authentication;
mod connection;
mod diffie_hellman;
pub mod discovery;
pub mod mercury;
pub mod metadata;
pub mod player;
pub mod session;
pub mod spirc;
pub mod link;
mod stream;
mod zeroconf;