zou

A simple and fast download accelerator, written in Rust

Zou is a Snatch fork by @k0pernicus. Snatch is a fast and interruptable download accelerator, written in Rust, from @k0pernicus and @Jean-Serge.

Current features

NOTE: Zou is on alpha version. This version runs well on remote contents with a length known before the download (with the content-length header from the server response).

Goal

Let's build a better wget (in Rust)!

Installation

  1. Install Rust and Cargo using rustup ;
  2. You can download two versions of Zou :
  3. Enjoy !

Usage

``` Zou 0.1.0 Zou, a simple and fast download accelerator, written in Rust.

USAGE: zou [FLAGS] [OPTIONS]

FLAGS: -d, --debug Active the debug mode --force Assume Yes to all queries and do not prompt -h, --help Prints help information -V, --version Prints version information

OPTIONS: -f, --file The local file to save the remote content file -t, --threads Threads which can use to download

ARGS: ```

File examples

Contributing

You want to contribute to Zou ? Here are a few ways you can help us out :

If you want to create a pull request, this is the procedure to make it great:

Thank you for your interest in contributing to Zou ! :-D

FAQ

brew install openssl export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib export DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include