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