simetry 0.2.3

Interface with telemetry of various racing and driving sims
Documentation
1
2
3
4
5
6
7
8
9
//! Bindings generated from C code provided by R3E
//!
//! 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)]

include!(concat!(env!("OUT_DIR"), "/r3e.rs"));