gemini-rs 0.1.0

A library to interact with the Google Gemini API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//!HI CHAT
///Adds one to a number
///# Heading 1
///## Heading 2
///### Heading 3
pub fn add(input: i32) -> i32 {
    input + 1
}