//! OpenRouter API client library.
//!//! A type-safe, async client for the OpenRouter API.
//! OpenRouter provides access to multiple AI models through a unified OpenAI-compatible API.
modauth;modclient;moderror;modtypes;pubuseauth::{ApiKeyAuth, AuthStrategy};pubuseclient::{Client, ClientBuilder};pubuseerror::{OpenRouterError,Result};pubusetypes::*;