aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/mod.rs
blob: 43c2507794f605ad6700748180c3362bbe208cf0 (plain)
1
2
3
4
5
6
// This module implements general domain logic, not directly
// tied to the database or API layers.
pub mod bot_api;
pub mod bots;
pub mod matches;
pub mod ranking;