genai 0.2.2

Multi-AI Providers Library for Rust. (Anthropic, OpenAI, Gemini, xAI, Ollama, Groq, DeepSeek, ...)
Documentation
1
2
3
4
5
6
7
8
9
10
# rustfmt doc - https://rust-lang.github.io/rustfmt/

# JC Style 
hard_tabs = true
edition = "2021"
max_width = 120
chain_width = 80
array_width = 80

# imports_granularity = "Module" # unstable for now (use IDE)