planetwars.dev/planetwars-server/src/modules/mod.rs
2022-05-31 21:08:56 +02:00

6 lines
165 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;