Skip to main content

Crate gdown_core

Crate gdown_core 

Source
Expand description

gdown-core - Core download logic for Google Drive

This crate provides the core functionality for downloading files and folders from Google Drive.

Re-exports§

pub use error::GdownError;
pub use error::Result;
pub use url::parse_url;
pub use url::FileId;
pub use url::build_download_url;
pub use url::build_export_url;
pub use download::Downloader;
pub use download::DownloadOptions;
pub use folder::GoogleDriveFile;
pub use folder::FolderDownloadOptions;

Modules§

cache
Cached download with hash verification
download
Core download logic for Google Drive files
error
Error types for gdown
extract
Archive extraction with security checks
folder
Folder download logic for Google Drive
url
URL parsing for Google Drive links