Skip to main content

gemini_client_api/
gemini.rs

1#[cfg(feature = "reqwest")]
2pub mod ask;
3#[cfg(feature = "reqwest")]
4pub mod embed;
5#[cfg(feature = "reqwest")]
6pub mod error;
7#[cfg(test)]
8mod tests;
9pub mod types;
10pub mod utils;