1 2 3 4 5 6 7 8
//! # ergast_rust //! //! `ergast_rust` is a collection of utilities to fetch data from amazing [the Ergast API](https://ergast.com/mrd/) provides comprehensive Formula 1 dataset. pub mod api; pub mod ergast; pub mod models; pub mod utils;