rust-gamedig/src
Tom 1ca6e6e85c
[Clippy] Remove .clone() from timeout_settings as it is now Copy (#127)
These clones are unnecessary when the type implements Copy and this was
generating clippy warnings.
2023-10-17 19:26:03 +03:00
..
errors Add Send and Sync on Error Source (#118) 2023-10-09 19:11:34 +03:00
games Add Barotrauma support. 2023-10-13 00:40:08 +03:00
protocols [Clippy] Remove .clone() from timeout_settings as it is now Copy (#127) 2023-10-17 19:26:03 +03:00
services [Protocol] Retry failed requests (#95) 2023-09-25 22:12:54 +03:00
buffer.rs [Protocol] Add buffer comment to refactor at some point remaining_bytes 2023-08-15 21:36:40 +03:00
lib.rs [Game] Apply new id naming (#114) 2023-10-06 17:20:30 +03:00
socket.rs [Protocol] Retry failed requests (#95) 2023-09-25 22:12:54 +03:00
utils.rs [Protocol] Retry failed requests (#95) 2023-09-25 22:12:54 +03:00