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;