planetwars.dev/planetwars-server/src/modules/mod.rs
2022-07-25 22:16:50 +02:00

8 lines
186 B
Rust

// 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;