pipe_downloader_lib 0.4.4

Core library - fast downloader + extractor library for *.tar.gz, *tar.lz4 and *.tar.bz2 files.
Documentation
#![allow(clippy::redundant_closure)]
#[deny(missing_docs)]
mod options;
mod pipe_downloader;
mod pipe_engine;
mod pipe_progress;
mod pipe_utils;
mod pipe_wrapper;
mod tsutils;

pub use crate::pipe_downloader::PipeDownloader;
pub use options::PipeDownloaderOptions;
pub use pipe_progress::PipeDownloaderProgress;