iracing.rs
iracing.rs copied to clipboard
Rust library to connect to iRacing telemetry
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. Release notes Sourced from bitflags's releases. 2.3.0 Major changes BitFlags trait deprecated in favor of Flags trait This release introduces...
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.0 API documentation: https://docs.rs/serde_yaml/0.9 Highlights The serde_yaml::Value enum gains a Tagged variant which represents...
I tried using this library and I'm missing data ticks. I think the buffer from IRSDK is triple buffered and maybe this library is just looking at the first entry...
Don't take this as a negative criticism. There is a lot of content in this issue, which is not meant as an attack on code quality. I am merely attempting...
certain leagues or series will allow a leading zero meaning that there's a difference between car number "2" and "02" While there's a slight deviation from the naming convention used...
Because of this, `wrap_eyre` from the [`color_eyre`] crate doesn't work. [`Blocking::sample`][1] returns `Result`, since the error it returns is either [`std::num::TryFromIntError`][2] or `TelemetryError`. All of these error types are `Send`...
All exported symbols should have documentation and examples before publishing a crate.