1
0
Fork 0
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:
Tor Arne Vestbø 2015-07-08 20:28:17 +02:00
parent e452abce43
commit cbd414853f
4 changed files with 56 additions and 25 deletions

View file

@ -20,7 +20,7 @@ pub enum AudioFile<'s> {
Loading(AudioFileLoading<'s>)
}
struct AudioFileLoading<'s> {
pub struct AudioFileLoading<'s> {
read_file: TempFile,
position: u64,