Itelem
Provides parsing of iRacing's .ibt telemtry files. It's based on the excellent javascript library ibt-telemetry.
Usage
let file = open.unwrap;
let mut reader = new;
assert_eq!;
let weekend_info = &reader.session_info.weekend_info;
assert_eq!;
let rpm = reader.find_var.unwrap;
let samples: = reader.samples.collect;
# There are 3371 samples and with a 60 tick tick_rate
# means that the telemtry is for a 56 second stint
assert_eq!;
let first_sample = samples.get_by_header.unwrap;
assert_eq!;