//! # metabase-api-rs
//!
//! A simplified and efficient Rust client for the Metabase API.
//!
//! This library provides a clean interface to interact with Metabase's REST API,
//! with automatic authentication, retry logic, and optional caching.
// Re-export main types for convenience
pub use ClientBuilder;
pub use MetabaseClient;
pub use ;
// Re-export models
pub use models;
// Version information
pub const VERSION: &str = env!;