# Game Board ## Overview This crate provides a simple interface to a rectangular game board similar to chess or checkers. ## Features - A board struct for a rectangular board of any size. - A square struct for the squares on the board. - A piece trait that can be extended to be placed on a square.