//! Aetheris server library.
//!
//! Contains the core logic for the authoritative game server, including
//! the tick scheduler and configuration management.
/// Authentication and session management for the game server.
pub use MultiTransport;
pub use TickScheduler;