mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Added PROTOCOLS.md, modified README and updated GAMES
This commit is contained in:
parent
21d2bc45a1
commit
aac3a483c0
3 changed files with 21 additions and 9 deletions
|
|
@ -3,6 +3,9 @@ rust-GameDig is a game server/services query library, capable of querying the st
|
|||
|
||||
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.
|
||||
|
||||
## Usage
|
||||
Just pick a game, provide the ip and the port (can be optional) then query on it.
|
||||
```rust
|
||||
|
|
@ -22,8 +25,5 @@ To see more examples, see the [examples](examples) folder.
|
|||
The documentation is available at [docs.rs](https://docs.rs/gamedig/latest/gamedig/).
|
||||
Curious about the history and what changed between versions? you can see just that in the [CHANGELOG](CHANGELOG.md) file.
|
||||
|
||||
## Games List
|
||||
To see the supported (or the planned to support) games, see [GAMES](GAMES.md).
|
||||
|
||||
## Contributing
|
||||
If you want see your favorite game/service being supported here, open an issue and I'll prioritize it! (or do a pull request if you want to implement it yourself)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue