mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Change panics into Result<_, librespot_core::Error>
This commit is contained in:
parent
a297c68913
commit
62461be1fc
69 changed files with 2041 additions and 1331 deletions
|
@ -20,6 +20,7 @@ pub mod date;
|
|||
mod dealer;
|
||||
#[doc(hidden)]
|
||||
pub mod diffie_hellman;
|
||||
pub mod error;
|
||||
pub mod file_id;
|
||||
mod http_client;
|
||||
pub mod mercury;
|
||||
|
@ -34,3 +35,9 @@ pub mod token;
|
|||
#[doc(hidden)]
|
||||
pub mod util;
|
||||
pub mod version;
|
||||
|
||||
pub use config::SessionConfig;
|
||||
pub use error::Error;
|
||||
pub use file_id::FileId;
|
||||
pub use session::Session;
|
||||
pub use spotify_id::SpotifyId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue