# 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
```