scs-sdk-telemetry 1.2.0

Rust wrapper for the ETS2 (Euro Truck Simulator 2) and ATS (American Truck Simulator) Telemetry SDK plug-in.
1
2
3
4
5
6
7
8
pub mod control;
pub mod enums;
pub mod game_play_event;
pub mod math;
pub mod telemetry;
pub mod trailer;
pub mod truck;
pub mod unit;