1 2 3 4 5 6 7 8
//! OpenF1 API integration module //! //! Provides integration with the OpenF1 API for real-time telemetry and race data. //! API documentation: https://openf1.org/ pub mod openf1; pub use openf1::*;