gameServer2/src/server/mod.rs
author unc0rr
Sat, 14 Jan 2017 22:30:09 +0300
changeset 12137 193dfdcb0620
parent 12130 6273f89ab13d
child 12138 e0bf51609062
permissions -rw-r--r--
- Use logging facilities instead of plain println! - Parse malformed messages, parser doesn't get stuck anymore

pub mod server;
pub mod client;
pub mod coretypes;