Overview of google-apis-rs
maingoogle-apis-rs is a collection of Rust crates that provide idiomatic implementations of Google APIs based on the Google Discovery Service. Each API is contained within its own crate, which can be used as a standard Rust dependency.
Key Features:
- Idiomatic Rust implementations.
- First-class documentation with cross-links and code examples.
- Support for all features, including downloads and resumable uploads.
- Built-in safety and resilience (e.g., support for retries on transient network failures).
Note: This project is in Maintenance Mode. No new features are being implemented, but minimal updates for security, dependencies, and API definitions are provided periodically. For an alternative implementation, consider the all-rust-org crates.