pitwall 0.1.0

Modern, type-safe Rust library for iRacing telemetry data
Documentation
1
2
3
4
5
//! Stream utilities for telemetry processing

pub mod throttle;

pub use throttle::ThrottleExt;