rust-gamedig/src
Tom 5c1568251a
feat: Only compile game impl macros when they are needed (#144)
These macros are only required when compiling the code gated behind the
games feature, they are unused if that feature is not and are also crate
only.
2023-10-30 11:30:16 +02:00
..
errors Add Send and Sync on Error Source (#118) 2023-10-09 19:11:34 +03:00
games feat: Add Conan Exiles support. 2023-10-29 00:10:47 +03:00
protocols feat: Only compile game impl macros when they are needed (#144) 2023-10-30 11:30:16 +02: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