pitwall 0.1.0

Modern, type-safe Rust library for iRacing telemetry data
Documentation
1
2
3
4
5
6
7
//! Connection types for live and replay telemetry

pub mod live;
pub mod replay;

#[cfg(test)]
mod tests;