rust-gamedig/crates/lib/src
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
..
errors fix: remove unwrapping in an assert 2023-12-10 19:46:12 +02:00
games Add support for Mindustry (#178) 2024-01-17 13:53:40 +00:00
protocols Add support for Mindustry (#178) 2024-01-17 13:53:40 +00:00
services chore: replace the closure with the method itself 2023-12-11 03:19:51 +02:00
buffer.rs Add support for Mindustry (#178) 2024-01-17 13:53:40 +00:00
lib.rs chore: Tidy up some out of place types (#160) 2024-01-02 00:17:43 +02:00
socket.rs chore: use map_or_else instead of if let Some() ... else 2023-12-11 03:41:41 +02:00
utils.rs refator: copy cli into mono 2023-10-16 23:20:47 +01:00