rlib
)This crate handles legality checking of moves in shogi.
Functions in this crate use no constant tables. This crate is no_std
-aware, which means this crate is useful in embedded systems as well as ordinary applications.
Benchmark results are available at https://rust-shogi-crates.github.io/shogi_legality_lite/dev/bench/.
alloc
: alloc
-related functionalities are made available. Enabled by default.std
: std
-related functionalities are made available. Implies alloc
. Enabled by default.