librespot-connect 0.2.0

The discovery and Spotify Connect logic for librespot
Documentation
#[macro_use]
extern crate log;

use librespot_core as core;
use librespot_playback as playback;
use librespot_protocol as protocol;

pub mod context;
pub mod discovery;
pub mod spirc;