gemini-rust
A Rust client library for Google's Gemini 2.0 API.
Features
- Complete implementation of the Gemini 2.0 API
- Support for system prompts, user prompts
- Tools and function calling
- Streaming responses
- Async/await API
Installation
Add this to your Cargo.toml
:
[]
= "0.1.0"
Usage
use ;
use tokio;
async
Documentation
For more examples and detailed documentation, see docs.rs.
License
MIT