provides basic functionality needed to download a song from deezer
```rust use std::{error::Error, fs::File, io::Write}; use deezer_downloader::Downloader;
async fn main() -> Result<(), Box
Ok(())
}
```
Licensed under either of
at your option.