ccdown 0.6.5

A polite and user-friendly downloader for Common Crawl data.
Documentation
1
2
3
4
5
6
7
8
9
pub mod cli;
pub mod download;
pub mod errors;

#[cfg(feature = "python")]
pub mod python;

pub use download::{download, download_paths, DownloadOptions};
pub use errors::DownloadError;