This is a Rust-based Tic-Tac-Toe library meant to be incorporated into various Tic-Tac-Toe game implementations.
This library is designed to be compatible with no_std environments. It does not require the Rust standard library (std) and depends only on the core allocation (alloc) library for memory management tasks. This makes it suitable for use in bare-metal, embedded, or other high-performance or resource-constrained environments.