adk-gemini 0.3.1

Rust client for Google Gemini API
1
2
3
4
5
pub mod builder;
pub mod model;

pub use builder::ContentBuilder;
pub use model::*;