Arcterus / rget

A download accelerator written in Rust
Mozilla Public License 2.0
33 stars 5 forks source link
download-accelerator downloader rust wget

rget

Version License Build Status Build status

This program is a download accelerator primarily inspired by huydx/hget. Essentially, I was bored one night and now here we are. Barring any bugs, rget should work on both Windows and Unix-like platforms.

Features

In addition to incomplete features, because rget is in very early stages of development, there will likely be bugs. If you encounter any please let me know or submit a pull request squashing the bug so we can all download files worry-free.

Requirements

Library Usage

Add the following to your Cargo.toml:

[dependencies]
rget = "0.3"

Build

$ git clone https://github.com/Arcterus/rget
$ cd rget
$ cargo build

Install

For the bleeding edge version:

$ cargo install https://github.com/Arcterus/rget

For the latest stable version:

$ cargo install rget

License

rget is licensed under the MPL v2.0. See LICENSE for more details.