mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 10:49:40 +02:00
Move librespot into lib.rs and let main.rs be the test binary
This commit is contained in:
parent
e452abce43
commit
cbd414853f
4 changed files with 56 additions and 25 deletions
|
@ -20,7 +20,7 @@ pub enum AudioFile<'s> {
|
|||
Loading(AudioFileLoading<'s>)
|
||||
}
|
||||
|
||||
struct AudioFileLoading<'s> {
|
||||
pub struct AudioFileLoading<'s> {
|
||||
read_file: TempFile,
|
||||
|
||||
position: u64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue