forumla 0.1.0

A cargo crate for accessing and analyzing Formula 1 results, schedules, timing data & telemetry
Documentation
1
2
3
4
5
6
7
8
9
10
11
dev loglevel="debug":
  RUST_LOG={{loglevel}} cargo run --example basic

fmt:
  cargo fmt

publish:
  cd forumla-macros
  cargo publish
  cd ..
  cargo publish