simetry 0.2.3

Interface with telemetry of various racing and driving sims
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Bindings generated from C code provided by scs-sdk-plugin
//!
//! Breaking changes to these structures are possible regardless of `simetry` library version.

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

#[cfg(feature = "with_truck_simulator")]
include!(concat!(env!("OUT_DIR"), "/scs_telemetry_common.rs"));