planetwars.dev/planetwars-server/src/modules/mod.rs
2022-07-04 20:16:42 +02:00

8 lines
183 B
Rust

// 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;
pub mod registry;