chess-lab 0.2.1

Chess library with multiple variants and FEN/PGN support.
Documentation
1
2
3
4
5
6
7
8
9
//! 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
//!

pub mod errors;
pub mod utils;