chessfriend/core
Eryn Wells 481ae70698 [core] Directly index the array of Squares with a given index
In Square::from_index_unchecked, instead of using TryFrom to convert the index
to a square, just index directly into the Square::ALL array. This function is
already marked unsafe.
2025-06-19 14:32:07 -07:00
..
src [core] Directly index the array of Squares with a given index 2025-06-19 14:32:07 -07:00
Cargo.toml [core] Random Number Generator 2025-06-02 15:44:38 -07:00