gameServer2/src/server/mod.rs
author marmistrz
Sun, 24 Jun 2018 12:09:31 -0400
changeset 13421 d1368c776a4f
parent 13119 1e39b8749072
permissions -rw-r--r--
Enable all lints from the rust-2018-idioms suite. Additionally, fix the violation of the bare-trait-objects lint.

pub mod server;
pub mod client;
pub mod room;
pub mod network;
pub mod coretypes;
mod actions;
mod handlers;