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