monster_chess 0.0.24

A fairy chess movegen library that can be easily extended to new chess-adjacent games.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod actions;
pub mod edges;
pub mod fen;
pub mod game;
pub mod lookups;
pub mod perft;
pub mod pieces;
pub mod positions;
pub mod tests;
pub mod zobrist;
mod util;

pub use util::*;