fkget 0.3.0

A simple file downloader written in Rust
Documentation
# 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

```rust
use fkget::download;
```

### Downloading a file

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

## License

MIT
---