//! Rustboxd - A Letterboxd web scraper and API client library
//!
//! This library provides a Rust interface for scraping data from Letterboxd,
//! including user profiles, movie details, search functionality, and more.
// Re-export main types
pub use ;
pub use ;
pub use chrono;
pub use serde_json;