game_chess_server/
lib.rs

1
2
3
4
5
6
#![warn( missing_debug_implementations )]
#![warn( missing_docs )]

//!
//! Chess game server implemented for educational purpose.
//!