From b5141e8196e60b0d42b59bc19269239565742a29 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 20 Oct 2022 23:45:31 +0300 Subject: [PATCH] Modified README and added SERVICES.md --- README.md | 8 ++++---- SERVICES.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 SERVICES.md diff --git a/README.md b/README.md index 248cfaa..b648567 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # rust-gamedig -rust-GameDig is a game server/services query library, capable of querying the status of many games/services, this library brings what [node-GameDig](https://github.com/gamedig/node-gamedig) does, to pure Rust! +**rust-GameDig** is a games/services server query library that can fetch the availability and/or details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust! MSRV is `1.58.1` and the code is cross-platform. -## Games/Protocols List -To see the supported (or the planned to support) games/protocols, see [GAMES](GAMES.md) and [PROTOCOLS](PROTOCOLS.md) respectively. +## Games/Services/Protocols List +To see the supported (or the planned to support) games/services/protocols, see [GAMES](GAMES.md), [SERVICES](SERVICES.md) and [PROTOCOLS](PROTOCOLS.md) respectively. ## Usage -Just pick a game, provide the ip and the port (can be optional) then query on it. +Just pick a game/service, provide the ip and the port (can be optional) then query on it. ```rust use gamedig::games::tf2; diff --git a/SERVICES.md b/SERVICES.md new file mode 100644 index 0000000..38f4669 --- /dev/null +++ b/SERVICES.md @@ -0,0 +1,8 @@ + +# Supported games: +| ID | Name | Notes | +|-----|------|-------| +| --- | ---- | ----- | + +## Planned to add support: +TeamSpeak