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