ccdown 0.7.0

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, fetch_record, DownloadOptions, RecordOptions, WarcRecord};
pub use errors::DownloadError;