diff -r 1525923cd7e3 -r 81df2e1f9ae9 gameServer2/src/protocol/mod.rs --- a/gameServer2/src/protocol/mod.rs Sat Jan 07 21:34:00 2017 +0300 +++ b/gameServer2/src/protocol/mod.rs Sun Jan 08 23:57:45 2017 +0300 @@ -3,6 +3,7 @@ use std::io::Result; mod messages; +mod parser; pub struct FrameDecoder { buf: netbuf::Buf,