simetry 0.2.3

Interface with telemetry of various racing and driving sims
Documentation
1
2
3
4
5
use simetry::iracing::commands;

fn main() {
    commands::pit::fuel(31)
}