Expand description
Aetheris server library.
Contains the core logic for the authoritative game server, including the tick scheduler and configuration management.
Re-exports§
pub use multi_transport::MultiTransport;pub use tick::TickScheduler;
Modules§
- auth
- Authentication and session management for the game server.
- config
- Server configuration management.
- matchmaking
- multi_
transport - Aggregates multiple
GameTransportimplementations into one. - telemetry
- Telemetry gRPC service implementation + JSON HTTP handler.
- tick