fkget 0.1.0

A simple file downloader written in Rust
Documentation
fkget-0.1.0 has been yanked.

fkget

A simple library for downloading files using reqwest.

Usage

fkget is a simple library for downloading files using reqwest. It is designed to be used in a multithreaded environment.

Example

use fkget::download;

Downloading a file

fkget https://example.com/file.txt

License

MIT