mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00

Lay groundwork for new Spotify API before removing `spirc` * Add token provider * Introduce HTTP client * Introduce caching `ApResolver` component * Remove `keymaster` and update example * Use `PacketType` instead of hex identifiers * Document new unknown packet 0xb6
9 lines
296 B
Rust
9 lines
296 B
Rust
#![crate_name = "librespot"]
|
|
|
|
pub use librespot_audio as audio;
|
|
pub use librespot_connect as connect;
|
|
pub use librespot_core as core;
|
|
pub use librespot_discovery as discovery;
|
|
pub use librespot_metadata as metadata;
|
|
pub use librespot_playback as playback;
|
|
pub use librespot_protocol as protocol;
|