| Crates.io | lumifox_chess |
| lib.rs | lumifox_chess |
| version | 0.1.0 |
| created_at | 2025-08-16 22:41:46.013388+00 |
| updated_at | 2025-08-16 22:41:46.013388+00 |
| description | A high-performance, no_std-capable chess engine library (bitboards and move generation). |
| homepage | https://github.com/ArchProtogens/lumifox |
| repository | https://github.com/ArchProtogens/lumifox |
| max_upload_size | |
| id | 1798956 |
| size | 268,189 |
A high-performance, no_std-capable chess engine library providing bitboard representations and move generation used by the Lumifox project.
use lumifox_chess::model::GameData;
let game = GameData::from_fen("startpos");
println!("Game: {:?}", game);
See the crate docs for more details.