87 Commits

Author SHA1 Message Date
5bf9a6d61c
Merge pull request #11 from maciejpedzich/release-plz-2025-05-09T13-55-16Z
chore: release v1.0.4
2025-05-09 15:56:54 +02:00
github-actions[bot]
fe1e4770f3
chore: release v1.0.4 v1.0.4 2025-05-09 13:55:17 +00:00
5d58c00b3b
Merge pull request #10 from maciejpedzich/dependabot/cargo/minor-updates-70a65baccc
chore(deps): bump the minor-updates group with 4 updates
2025-05-09 15:54:32 +02:00
dependabot[bot]
41b0fa9a03
chore(deps): bump the minor-updates group with 4 updates
Bumps the minor-updates group with 4 updates: [binrw](https://github.com/jam1garner/binrw), [binrw_derive](https://github.com/jam1garner/binrw), [owo-colors](https://github.com/owo-colors/owo-colors) and [syn](https://github.com/dtolnay/syn).


Updates `binrw` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `binrw_derive` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `owo-colors` from 3.5.0 to 4.2.0
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/owo-colors/owo-colors/compare/v3.5.0...v4.2.0)

Updates `syn` from 1.0.109 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.98)

---
updated-dependencies:
- dependency-name: binrw
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: binrw_derive
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owo-colors
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: syn
  dependency-version: 2.0.98
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-09 11:58:18 +00:00
bf22d807fa
Merge pull request #9 from maciejpedzich/dependabot/cargo/minor-updates-cc51169f95
chore(deps): bump bytemuck from 1.22.0 to 1.23.0 in the minor-updates group
2025-05-02 19:48:43 +02:00
dependabot[bot]
c3123ecf8a
chore(deps): bump bytemuck in the minor-updates group
Bumps the minor-updates group with 1 update: [bytemuck](https://github.com/Lokathor/bytemuck).


Updates `bytemuck` from 1.22.0 to 1.23.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-version: 1.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 11:41:11 +00:00
c3247070c1
Merge pull request #8 from maciejpedzich/dependabot/cargo/patch-updates-4056f24cdb
chore(deps): bump proc-macro2 from 1.0.94 to 1.0.95 in the patch-updates group
2025-04-18 13:56:32 +02:00
dependabot[bot]
7e03c5d443
chore(deps): bump proc-macro2 in the patch-updates group
Bumps the patch-updates group with 1 update: [proc-macro2](https://github.com/dtolnay/proc-macro2).


Updates `proc-macro2` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.95
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 11:06:26 +00:00
321836e0e4
Merge pull request #7 from maciejpedzich/release-plz-2025-03-16T06-33-19Z
chore: release v1.0.3
2025-03-16 18:58:29 +01:00
github-actions[bot]
f7f044a01e
chore: release v1.0.3 v1.0.3 2025-03-16 06:33:20 +00:00
fa723f11be
Merge pull request #6 from maciejpedzich/dependabot/cargo/patch-updates-bae5829fda
chore(deps): bump the patch-updates group with 3 updates
2025-03-16 07:32:48 +01:00
dependabot[bot]
ed54f36f9a
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [serde](https://github.com/serde-rs/serde), [quote](https://github.com/dtolnay/quote) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

Updates `quote` from 1.0.39 to 1.0.40
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.39...1.0.40)

Updates `serde_derive` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-14 11:50:05 +00:00
498acdf3b5
Merge pull request #5 from maciejpedzich/dependabot/cargo/minor-updates-2b3b5ac829
chore(deps): bump the minor-updates group with 2 updates
2025-03-09 20:38:05 +01:00
a2d5b70837
Merge pull request #4 from maciejpedzich/dependabot/cargo/patch-updates-c54969e8dd
chore(deps): bump the patch-updates group with 3 updates
2025-03-09 20:37:27 +01:00
dependabot[bot]
0067d80c9e
chore(deps): bump the minor-updates group with 2 updates
Bumps the minor-updates group with 2 updates: [bytemuck](https://github.com/Lokathor/bytemuck) and [either](https://github.com/rayon-rs/either).


Updates `bytemuck` from 1.21.0 to 1.22.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.21.0...v1.22.0)

Updates `either` from 1.13.0 to 1.15.0
- [Commits](https://github.com/rayon-rs/either/compare/1.13.0...1.15.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 11:54:25 +00:00
dependabot[bot]
4a2da3ebfb
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [proc-macro2](https://github.com/dtolnay/proc-macro2), [quote](https://github.com/dtolnay/quote) and [unicode-ident](https://github.com/dtolnay/unicode-ident).


Updates `proc-macro2` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.93...1.0.94)

Updates `quote` from 1.0.38 to 1.0.39
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.38...1.0.39)

Updates `unicode-ident` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.17...1.0.18)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 11:54:19 +00:00
5c8f1dbcce
Merge pull request #3 from maciejpedzich/dev
Version 1.0.2 release
v1.0.2
2025-03-04 23:23:07 +01:00
12c4a3f68e
chore: update bitflags and bump this crate's version to 1.0.2 2025-03-04 23:19:43 +01:00
3915dc62d5
docs: fix various typos in doc comments 2025-03-04 23:17:06 +01:00
b20a90706f
ci: bump crate version to 1.0.1 v1.0.1 2025-02-28 23:11:27 +01:00
5b593478f3
fix: correct wrong InfringementType variant values and add some missing ones. 2025-02-28 23:10:57 +01:00
53af241949
fix: offset f32 assert range ends by a tenth 2025-02-28 23:09:56 +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
6c24f65cd0
Merge pull request #1 from maciejpedzich/release-plz-2025-02-28T14-51-53Z
chore: release v1.0.0
2025-02-28 15:53:20 +01:00
github-actions[bot]
c9296a53eb
chore: release v1.0.0 v1.0.0 2025-02-28 14:51:54 +00:00
8708fa71d9
ci: exclude files inside the .github and .idea directories 2025-02-28 15:48:03 +01:00
4dede00b1f
ci: add CI/CD GitHub workflows and issue templates 2025-02-28 15:34:31 +01:00
ddda64768e
chore: add homepage link to package manifest 2025-02-28 15:33:59 +01:00
3d2ae224dd
chore: add extra crate metadata and bump version to 1.0.0 2025-02-28 13:22:13 +01:00
c4df00e0b6
docs: add installation instructions, complex example and FAQs 2025-02-28 13:21:07 +01:00
2f7a3b442b
refactor: convert parse function's arg type to generic implementing AsRef<[u8]> 2025-02-28 13:20:35 +01:00
3f9640ec9c
docs: add num_tyre_stint doc links to tyre-related vectors 2025-02-28 13:19:56 +01:00
0f28d8b763
refactor: fix or allow certain pedantic warning from clippy 2025-02-28 10:48:24 +01:00
7a374cbde7
test: add integration tests for the parse function 2025-02-27 20:31:00 +01:00
da61459142
misc: remove the now redundant udp client bin 2025-02-27 20:19:41 +01:00
c7c166d10a
test: add missing 2023 stop-go and drive-through served event packet dumps 2025-02-27 20:19:02 +01:00
7065b12ffb
test: add 2024 spec packet dumps 2025-02-27 17:51:24 +01:00
3625265317
refactor: add binrw asserts for all index fields in event packets 2025-02-27 17:50:37 +01:00
359360cded
fix: add missing engine braking percentage field from 2024 spec 2025-02-27 17:47:21 +01:00
09b74e4f2a
docs: increase the buffer size in example UDP client 2025-02-27 17:46:24 +01:00
74cc13891f
test: add missing 2022 spec lobby packet dump 2025-02-27 11:14:13 +01:00
e4b8dbbceb
test: add 2023 spec packet dumps 2025-02-27 11:08:41 +01:00
a160254b3a
feat: add missing 2023 spec red flag event 2025-02-27 10:56:40 +01:00
7b52f504ac
test: create tests directory and 2022 spec packet dumps 2025-02-26 22:01:13 +01:00
823a370229
misc: repurpose udpclient to create raw packet dump files 2025-02-26 21:59:35 +01:00
70dccb8c0b
fix: replace incorrect constant for lap history entry's raw size with inline function 2025-02-26 21:56:52 +01:00
9b165c456d
fix: remove incorrect assert for PENA event's other_vehicle_index value range 2025-02-26 21:54:59 +01:00
eef718c6c6
docs: bump example UDP client's buffer size to 1464 bytes 2025-02-26 21:54:01 +01:00
018b4cb05f
misc: add cargo-deny config file 2025-02-26 19:38:44 +01:00
72a4a21115
docs: add frontpage doc comments and tweak various existing ones 2025-02-26 19:38:17 +01:00