General documentation improvements

This commit is contained in:
creeperita09
2025-09-08 13:13:38 +02:00
parent f4fd000322
commit e71fdc70d1
33 changed files with 4232 additions and 1551 deletions

View File

@@ -1,7 +1,7 @@
The implementation of the GURT protocol.
- [cli](./cli) - Gurty, the command-line tool for managing GURT servers
- [library](./library) - client/server GURT protocol library for Rust (the core, used in Flumi)
- [gdextension](./gdextension) - the Godot bindings for the GURT protocol (used in Flumi)
- [Cli](./cli) - Gurty, the command-line tool for managing GURT servers
- [Library](./library) - client/server GURT protocol library for Rust (the core, used in Flumi)
- [Gdextension](./gdextension) - the Godot bindings for the GURT protocol (used in Flumi)
For the full spec, see the [Gurted Documentation](https://docs.gurted.com).
For the full spec, check the [Gurted Documentation](https://docs.gurted.com).