Crate ddnet_account_game_server

Source
Expand description

This crate contains a base implementation for a game server to do account related operations. It helps sending data, storing results persistently. This crate is not intended for creating UI, any game logic, database implementations nor knowing about the communication details (be it UDP, HTTP or other stuff). It uses interfaces to abstract such concepts away.

Modulesยง

auto_login
Data types and operations related to logging in a user to the game server.
db
Data types used in the game server for a database connection.
prepare
Helpers to prepare the game server.
rename
Data types and operations related to renaming a user on the game server.
setup
Setup for databases and other stuff related to game servers.
shared
Shared data that is used in the game server implementation.