ergast-rs 0.3.2

An async client for getting Formula 1 schedules, qualifying, and race results powered by the Ergast API
Documentation
1
2
3
4
5
6
7
pub use ergast::Ergast;
pub use ergast::ErgastClient;
pub use ergast_mock::ErgastMock;

pub mod apis;
mod ergast;
mod ergast_mock;