vielpork 0.1.3

A high-performance multi-threaded HTTP downloader with extensible reporting and resolution strategies.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README_EN.md")]

pub mod base;
pub mod config;
pub mod downloader;
pub mod error;
pub mod reporters;
pub mod resolvers;
pub mod task;
pub mod template;