You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
Hey, I am developing an application and 've been looking for a downloader library.
I like zou and would like to contribute and start using it as a library.
I took a look at the code and there doesn't seem to be a straight forward API yet.
Instead the cli binary sort of acts as it. Would be nice to decouple it and have main.rs consume a library API instead.
Generally I am thinking about something like the following:
fn download(uri: &str(I guess), final_path: path) Result<()> {
Weird magic that handles everything about downloading
}
The text was updated successfully, but these errors were encountered:
Hey, I am developing an application and 've been looking for a downloader library.
I like zou and would like to contribute and start using it as a library.
I took a look at the code and there doesn't seem to be a straight forward API yet.
Instead the cli binary sort of acts as it. Would be nice to decouple it and have main.rs consume a library API instead.
Generally I am thinking about something like the following:
The text was updated successfully, but these errors were encountered: