pitwall 0.1.0

Modern, type-safe Rust library for iRacing telemetry data
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn trybuild_tests() {
    let t = trybuild::TestCases::new();

    // Test successful compilations
    t.pass("tests/pitwall_frame/pass/*.rs");

    // Test expected failures
    t.compile_fail("tests/pitwall_frame/fail/*.rs");
}