kerb 0.2.1

Real-time telemetry from racing simulators — iRacing, AC Evo, Le Mans Ultimate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pre-commit:
  parallel: false
  commands:
    fmt:
      glob: "*.rs"
      run: cargo fmt --all
      stage_fixed: true
    clippy:
      glob: "*.rs"
      run: cargo clippy --workspace --all-targets --all-features -- -D warnings

pre-push:
  commands:
    test:
      run: cargo test --workspace --all-features