1
0
Fork 0
This commit is contained in:
Paul-Nicolas Madelaine 2025-11-17 22:07:04 +01:00
parent c0e915f1b4
commit 00261d95c1
9 changed files with 102 additions and 96 deletions

View file

@ -72,6 +72,10 @@
//! - chess960 and other variants
//! - etc.
#![no_std]
extern crate alloc;
pub(crate) mod array_vec;
pub(crate) mod lookup;
pub(crate) mod magics;