[position] Implement all the example positions from Peter Ellis Jones' blog post

https://peterellisjones.com/posts/generating-legal-chess-moves-efficiently/
This commit is contained in:
Eryn Wells 2024-02-03 15:16:00 -08:00
parent 6c14851806
commit f4e57d7d6c
5 changed files with 282 additions and 3 deletions

View file

@ -12,7 +12,6 @@ mod sight;
#[macro_use]
mod macros;
#[cfg(test)]
#[macro_use]
mod tests;