Commit graph

5 commits

Author SHA1 Message Date
Cain
4ea333f16b fix(clippy): add lifetime annotations to various methods and structs (mismatched_lifetime_syntaxes) 2026-02-22 17:47:05 +00:00
CosminPerRam
c2f6a68648 feat: make GameMode::as_str constant 2024-05-01 18:50:05 +03:00
CosminPerRam
32c267621e feat: add eq where partialeq is already and is possible 2024-05-01 18:48:11 +03:00
Cain
3eb20b9deb fix: mindustry leak crate-private type 2024-01-18 18:13:42 +00:00
Tom
07de5168f4
Add support for Mindustry (#178)
* buffer: Add UTF8LengthPrefixed string decoder

* games: Use expression for default port

This allows us to refer to constants for the default ports if we want to
(literals will still work).

* games: Add support for mindustry
2024-01-17 13:53:40 +00:00