lumifox_chess
A high-performance, no_std-capable chess engine library providing bitboard representations and move generation used by the Lumifox project.
Quick example
use GameData;
let game = from_fen;
println!;
See the crate docs for more details.