ergast_rust 0.1.0

Collection of utilities to fetch data from amazing F1 dataset, the Ergast API.
Documentation
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;