pitwall 0.1.0

Modern, type-safe Rust library for iRacing telemetry data
Documentation
1
2
3
4
5
//! Provider implementations

#[cfg(windows)]
pub mod live;
pub mod replay;