| Crates.io | gemini_sdk |
| lib.rs | gemini_sdk |
| version | 0.1.0 |
| created_at | 2024-11-01 12:47:20.387871+00 |
| updated_at | 2024-11-01 12:47:20.387871+00 |
| description | Types and functions to interact with Gemini AI API |
| homepage | |
| repository | https://github.com/paoloposso/gemini_rs |
| max_upload_size | |
| id | 1431754 |
| size | 6,720 |
Gemini RS is a Rust crate designed to interact with the Gemini API. This crate aims to provide a seamless and efficient way to access and manage data from the Gemini cryptocurrency exchange.
Add this to your Cargo.toml:
[dependencies]
gemini_rs = "0.1.0"
extern crate gemini_rs;
fn main() {
// Example usage will be added here
}
This project is licensed under the MIT License.