Registry / networking / librespot

librespot

JSON →
library0.8.0rscratesunverified

An open source client library for Spotify with support for Spotify Connect.

# Cargo.toml [dependencies] librespot = "0.8.0"
INSTALL
IMPORT
SIG · LIBRESPOT
L
librespot
networkingrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
use librespot::session::Session;

Minimal example creating a librespot session.

use librespot::session::Session; fn main() { // Example: create a new session (requires credentials) let session = Session::new(); println!("Session created: {:?}", session); }
Debug
Known issues
gotchaRequires valid Spotify credentials and network access.
fix
Provide username/password or token via environment variables.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
librespot — cargo add librespot · libregistry