hyperchess 0.1.1

A fast, terminal-based multiplayer chess game built with Rust.
Documentation
1
2
3
// This exposes the protocol module so both 'main.rs' (client) 
// and 'server.rs' (server) can use it.
pub mod protocol;