rust-gamedig/examples
Tom d853189e06
[Games] Programmatic games by storing information as data (#45)
* Define games as structs

* Create table of response types

* Ensure serde is always included

* Remove server_ prefix in GenericResponse

* Make players online/max non-optional in generic response

* Use already existing minecraft server enum

* Implement ExtraResponses to prevent cloning when creating generic

* Add game definitions

* Add doc comments to generic types

* Include players in gamespy extra responses

* Add custom response types for TheShip and FFOW

* Cargo format differing files

* Final cleanup
2023-06-13 21:49:58 +03:00
..
generic.rs [Games] Programmatic games by storing information as data (#45) 2023-06-13 21:49:58 +03:00
master_querant.rs [Protocol] Add GameSpy 2 support. (#47) 2023-06-12 19:38:34 +03:00
minecraft.rs [Crate] Changed all address &str to &Ipv4Addr 2023-05-27 00:41:41 +03:00
tf2.rs [Crate] Enforce formatting in CI (#46) 2023-06-10 18:15:12 +03:00
valve_master_server_query.rs [Service] Fix tests 2023-05-08 15:34:59 +03:00