Crates.io | shogi_legality_lite |
lib.rs | shogi_legality_lite |
version | 0.1.2 |
source | src |
created_at | 2022-06-06 14:30:24.223691 |
updated_at | 2022-08-05 10:57:57.869323 |
description | Legality checking in shogi without tables |
homepage | |
repository | https://github.com/rust-shogi-crates/shogi_legality_lite/tree/main/shogi_legality_lite |
max_upload_size | |
id | 600773 |
size | 67,430 |
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.