nil-server-database 0.5.5

Multiplayer strategy game
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) Call of Nil contributors
// SPDX-License-Identifier: AGPL-3.0-only

#![expect(non_camel_case_types)]

pub mod duration;
pub mod game_id;
pub mod hashed_password;
pub mod id;
pub mod player_id;
pub mod version;
pub mod zoned;