lumifox_chess

Crates.iolumifox_chess
lib.rslumifox_chess
version0.1.0
created_at2025-08-16 22:41:46.013388+00
updated_at2025-08-16 22:41:46.013388+00
descriptionA high-performance, no_std-capable chess engine library (bitboards and move generation).
homepagehttps://github.com/ArchProtogens/lumifox
repositoryhttps://github.com/ArchProtogens/lumifox
max_upload_size
id1798956
size268,189
Clifton Toaster Reid (cliftontoaster-reid)

documentation

https://docs.rs/lumifox_chess

README

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 lumifox_chess::model::GameData;

let game = GameData::from_fen("startpos");
println!("Game: {:?}", game);

See the crate docs for more details.

Commit count: 0

cargo fmt