genai 0.7.0-beta.6

Multi-AI Providers Library for Rust. (OpenAI, Gemini, Anthropic, Ollama, AWS Bedrock, Vertex, Groq, DeepSeek, GitHub Copilot and many more)
Documentation
1
2
3
4
5
6
7
8
//! Macros for the crate::adapter module and sub modules

mod adapter_impl_macros;
mod adapter_kind_macros;
mod dispatcher_macros;

pub(in crate::adapter) use adapter_kind_macros::*;
pub(in crate::adapter) use dispatcher_macros::*;