//! Module `common` contains shared code used across multiple modules in the chess-lab project
//!//! # Submodules
//! - errors: Defines common error types and handling mechanisms
//! - utils: Provides utility functions and helpers used throughout the project
//!pubmoderrors;pubmodutils;