22 releases (9 stable)

Uses new Rust 2024

1.7.0 Mar 27, 2026
1.5.0 Feb 13, 2026
1.2.0 Dec 10, 2025
1.1.1 Nov 14, 2025
0.1.0 Feb 18, 2025

#2447 in Network programming

Download history 170/week @ 2025-12-16 96/week @ 2025-12-23 7/week @ 2025-12-30 52/week @ 2026-02-10 58/week @ 2026-02-17 112/week @ 2026-02-24 90/week @ 2026-03-03 71/week @ 2026-03-10 1/week @ 2026-03-17 38/week @ 2026-03-24 76/week @ 2026-03-31

197 downloads per month

Apache-2.0

3.5MB
65K SLoC

Google Cloud Client Libraries for Rust - Cloud Vision API

Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.

The client library types and functions are stable and not expected to change. Please note that Google Cloud services do change from time to time. The client libraries are designed to preserve backwards compatibility when the service changes in compatible ways. For example, adding RPCs, or fields to messages should not introduce breaking changes to the client libraries.

Quickstart

The main types to work with this crate are the clients:

Features

  • default-rustls-provider: enabled by default. Use the default rustls crypto provider (aws-lc-rs) for TLS and authentication. Applications with specific requirements for cryptography (such as exclusively using the ring crate) should disable this default and call rustls::crypto::CryptoProvider::install_default().

More Information

Dependencies

~15–42MB
~654K SLoC