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
#![doc = include_str!("../README.md")]

pub mod bitboard;
pub mod board;
pub mod games;