gemini_bridge 0.1.3

Types and functions to interact with Gemini AI API
Documentation
# Gemini Bridge

Gemini Bridge is a Rust crate designed to interact with the Gemini API. This crate aims to provide a seamless and efficient way to communicate with Gemini API.

## Features

- Easy-to-use interface for interacting with the Gemini API
- Asynchronous support for non-blocking operations
- Comprehensive error handling

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
gemini_rs = "0.1.0"
```

## Usage

```rust
extern crate gemini_rs;

fn main() {
    // Example usage will be added here
}
```

## TODO

- Implement API methods
- Add examples and documentation
- Write tests

## License

This project is licensed under the MIT License.