udownload 0.1.0

Wrapper around the crate 'ureq' to make downloading files easier.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# udownload

A simple wrapper around the crate 'ureq' to make downloading files easier with optional progress bar.

## Examples

## Building

```bash
git clone https://github.com/Delfi-CH/udownload.git

cd udownload

cargo build --verbose

cargo test --verbose
 ```