f1-nexus-core 1.0.0-alpha.2

Next-generation Formula 1 strategy optimization platform with AI-powered race simulation
Documentation
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::*;