21 Commits

Author SHA1 Message Date
3915dc62d5
docs: fix various typos in doc comments 2025-03-04 23:17:06 +01:00
a93b93cfb5
fix: remove player_car_index assert due to the possibility of player being a spectator 2025-02-28 23:08:20 +01:00
2f7a3b442b
refactor: convert parse function's arg type to generic implementing AsRef<[u8]> 2025-02-28 13:20:35 +01:00
7a374cbde7
test: add integration tests for the parse function 2025-02-27 20:31:00 +01:00
eef718c6c6
docs: bump example UDP client's buffer size to 1464 bytes 2025-02-26 21:54:01 +01:00
72a4a21115
docs: add frontpage doc comments and tweak various existing ones 2025-02-26 19:38:17 +01:00
edaef5b865
feat: add 2024 spec parser fields and constants 2025-02-21 21:00:56 +01:00
9fe4ec289d
refactor: reorganise field asserts and use "num_" fields with pad_after for reading variable-sized collections 2025-02-21 18:22:47 +01:00
5d59668900
style: set rustfmt print width to 90 2025-02-20 13:07:55 +01:00
c4f08877aa
feat: add 2023 spec parser fields and constants 2025-02-20 10:22:06 +01:00
ac7130fae1
feat: add 2022 spec session history packet parser 2025-02-19 12:53:56 +01:00
d880590e8b
feat: add 2022 spec car damage packet parser 2025-02-19 12:41:49 +01:00
32471a952d
feat: add 2022 spec final classification packet parser 2025-02-19 11:22:54 +01:00
839e1ab30b
feat: add 2022 spec car status packet parser 2025-02-18 21:34:16 +01:00
8ea06e5a53
feat: add 2022 spec car telemetry packet parser 2025-02-18 13:01:08 +01:00
06b8bfe133
feat: add 2022 spec car setups packet parser 2025-02-18 12:02:38 +01:00
e92aed3159
feat: add 2022 spec participants packet parser 2025-02-18 11:17:11 +01:00
e4728bcf45
feat: add 2022 spec event event packet parser 2025-02-17 21:19:29 +01:00
1fd708d821
feat: add 2022 spec lap data packet parser 2025-02-17 19:04:53 +01:00
dee766fb12
feat: add 2022 spec session packet parser 2025-02-17 14:51:12 +01:00
cdcf1c4961
Cargo project init 2025-02-17 13:19:03 +01:00