chessfriend/core
Eryn Wells abaf277fb4 [core] Use the matches! macro to calculate the value of Shape::is_promotable
I learned about this macro a little while ago and it's better than writing out
a match block by hand, and also doesn't require static or const data, like the
previous implementation did.
2025-06-20 14:25:10 -07:00
..
src [core] Use the matches! macro to calculate the value of Shape::is_promotable 2025-06-20 14:25:10 -07:00
Cargo.toml [core] Random Number Generator 2025-06-02 15:44:38 -07:00