aria2r 0.1.0

The Aria2r download tool, written in Rust, is a lightweight and versatile solution that supports multiple protocols (HTTP/HTTPS, FTP, SFTP), as well as BitTorrent and Metalink.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "aria2r"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The Aria2r download tool, written in Rust, is a lightweight and versatile solution that supports multiple protocols (HTTP/HTTPS, FTP, SFTP), as well as BitTorrent and Metalink."
edition = "2021"
license = "GPL-2.0"
name = "aria2r"
readme = false
version = "0.1.0"